mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 00:04:43 +02:00
run pytest on the pr build workflow
This commit is contained in:
@ -8,7 +8,6 @@ git_push.sh
|
||||
pyproject.toml
|
||||
.github/workflows/python.yml
|
||||
tox.ini
|
||||
test-requirements.txt
|
||||
|
||||
#
|
||||
## custom files that must not be overwritten
|
||||
|
@ -57,6 +57,7 @@ docs/Verify200Response.md
|
||||
docs/VerifyRequest.md
|
||||
docs/VersionInventory200Response.md
|
||||
requirements.txt
|
||||
test-requirements.txt
|
||||
test/__init__.py
|
||||
test/test_access201_response.py
|
||||
test/test_access_request.py
|
||||
|
@ -1 +0,0 @@
|
||||
from . import environment # noqa
|
||||
|
4
sdk/python/src/requirements.txt
Normal file
4
sdk/python/src/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
urllib3 >= 1.25.3, < 3.0.0
|
||||
python_dateutil >= 2.8.2
|
||||
pydantic >= 2
|
||||
typing-extensions >= 4.7.1
|
6
sdk/python/src/test-requirements.txt
Normal file
6
sdk/python/src/test-requirements.txt
Normal file
@ -0,0 +1,6 @@
|
||||
pytest >= 7.2.1
|
||||
pytest-cov >= 2.8.1
|
||||
tox >= 3.9.0
|
||||
flake8 >= 4.0.0
|
||||
types-python-dateutil >= 2.8.19.14
|
||||
mypy >= 1.5
|
Reference in New Issue
Block a user