Allow explicit relative path in requirements file.

This commit is contained in:
Patrick Lehmann
2025-12-14 16:25:54 +01:00
parent 92a168c8c8
commit 323fa17773
5 changed files with 17 additions and 13 deletions

View File

@@ -1,12 +1,5 @@
-r ../requirements.txt
# Coverage collection
Coverage ~= 7.11
# Test Runner
pytest ~= 9.0
pytest-cov ~= 7.0
# Static Type Checking
mypy[reports] ~= 1.18
typing_extensions ~= 4.15

View File

@@ -1 +1,8 @@
-r ../requirements.txt
# Coverage collection
Coverage ~= 7.13
# Test Runner
pytest ~= 9.0
pytest-cov ~= 7.0