Skip to content

Commit 4c4c93f

Browse files
committed
Update pytest
1 parent 760bab5 commit 4c4c93f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ sqlalchemy~=1.3.0
1919
xlrd~=1.1.0
2020

2121
# test-utils deps
22-
pytest~=3.5.0
22+
pytest~=5.3.2
2323
codecov~=2.0.15
24-
pytest-cov~=2.5.1
24+
pytest-cov~=2.8.1
2525

2626
# building documentation
2727
sphinx~=1.8.3

tests/test_check_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def temp_txt_file():
3535

3636
@pytest.fixture(params=["temp_py_file", "temp_txt_file"])
3737
def temp_file(request):
38-
return request.getfuncargvalue(request.param)
38+
return request.getfixturevalue(request.param)
3939

4040

4141
def test_python_file_existence(temp_py_file):

0 commit comments

Comments
 (0)