fix setuptools issue for python3.12 (#67)

* fix setuptools issue for python3.12

* one test file fot tests and ci
This commit is contained in:
Dmitry Afanasyev
2023-12-17 15:20:02 +03:00
committed by GitHub
parent 4e7ddf07fd
commit 4117a2f467
9 changed files with 22 additions and 49 deletions

View File

@@ -65,7 +65,7 @@ jobs:
#----------------------------------------------
- name: Coverage report
run: |
cp bot_microservice/settings/.env.ci.runtests bot_microservice/settings/.env
cp bot_microservice/settings/.env.runtests bot_microservice/settings/.env
docker compose run bot poetry run bash -c "coverage run -m pytest -vv --exitfirst && poetry run coverage report"
#----------------------------------------------
# check dependencies