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 760bab5 commit 4c4c93fCopy full SHA for 4c4c93f
requirements.txt
@@ -19,9 +19,9 @@ sqlalchemy~=1.3.0
19
xlrd~=1.1.0
20
21
# test-utils deps
22
-pytest~=3.5.0
+pytest~=5.3.2
23
codecov~=2.0.15
24
-pytest-cov~=2.5.1
+pytest-cov~=2.8.1
25
26
# building documentation
27
sphinx~=1.8.3
tests/test_check_files.py
@@ -35,7 +35,7 @@ def temp_txt_file():
35
36
@pytest.fixture(params=["temp_py_file", "temp_txt_file"])
37
def temp_file(request):
38
- return request.getfuncargvalue(request.param)
+ return request.getfixturevalue(request.param)
39
40
41
def test_python_file_existence(temp_py_file):
0 commit comments