We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cabda0 commit 1b38569Copy full SHA for 1b38569
lifelines/tests/test_requirements.py
@@ -6,7 +6,7 @@
6
7
8
BASE_PATH = Path(__file__).parent.parent.parent
9
-REQUIREMENTS_PATH = BASE_PATH.joinpath("reqs/base-requirements.txt").absolute()
+REQUIREMENTS_PATH = str(BASE_PATH.joinpath("reqs/base-requirements.txt").absolute())
10
11
12
class TestRequirements:
0 commit comments