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 d64a598 commit 8d17455Copy full SHA for 8d17455
pytest.ini
@@ -4,3 +4,4 @@ addopts =
4
--no-success-flaky-report
5
--tb=native
6
norecursedirs = .git env lib .tox .nox
7
+junit_family = xunit2
testing/requirements.txt
@@ -5,8 +5,8 @@ funcsigs==1.0.2
mock==3.0.5
PyCrypto==2.6.1
pytest-cov==2.8.1
8
-pytest==5.3.0; python_version > "3.0"
9
-pytest==4.6.6; python_version < "3.0"
+pytest==5.3.2; python_version > "3.0"
+pytest==4.6.9; python_version < "3.0"
10
pyyaml==5.1.2
11
responses==0.10.6
12
WebTest==2.0.33
0 commit comments