fix(cas-eleves): Remove dependency on pytest-runner
All checks were successful
build configuration / build_storage01 (push) Successful in 1m20s
build configuration / build_vault01 (push) Successful in 1m20s
build configuration / build_compute01 (push) Successful in 1m37s
build configuration / build_web02 (push) Successful in 1m42s
build configuration / build_web01 (push) Successful in 1m50s
lint / check (push) Successful in 23s
build configuration / build_geo02 (push) Successful in 1m4s
build configuration / build_geo01 (push) Successful in 1m5s
build configuration / build_rescue01 (push) Successful in 1m17s
build configuration / build_bridge01 (push) Successful in 1m4s
build configuration / push_to_cache_storage01 (push) Successful in 1m22s
build configuration / push_to_cache_vault01 (push) Successful in 1m22s
build configuration / push_to_cache_geo01 (push) Successful in 1m14s
build configuration / push_to_cache_web02 (push) Successful in 1m29s
build configuration / push_to_cache_compute01 (push) Successful in 1m47s
build configuration / push_to_cache_geo02 (push) Successful in 1m14s
build configuration / push_to_cache_web01 (push) Successful in 1m56s
build configuration / push_to_cache_rescue01 (push) Successful in 1m16s
build configuration / push_to_cache_bridge01 (push) Successful in 1m10s

This commit is contained in:
Tom Hubrecht 2024-10-06 18:38:58 +02:00
parent 7d24e2dfc1
commit 8769d6738e
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -1,4 +1,14 @@
diff --git a/cas_server/tests/test_federate.py b/cas_server/tests/test_federate.py
diff --git a/setup.py b/setup.py
index 7c7b02d..3f677ff 100644
--- a/setup.py
+++ b/setup.py
@@ -67,6 +67,4 @@ if __name__ == '__main__':
url="https://github.com/nitmir/django-cas-server",
download_url="https://github.com/nitmir/django-cas-server/releases/latest",
zip_safe=False,
- setup_requires=['pytest-runner'],
- tests_require=['pytest', 'pytest-django', 'pytest-pythonpath', 'pytest-warnings', 'mock>=1'],
)
index 2b389d3..dcdfafd 100644
--- a/cas_server/tests/test_federate.py
+++ b/cas_server/tests/test_federate.py