Changeset - 4ecd77908f87
[Not reviewed]
0 2 0
Branko Majic (branko) - 5 years ago 2018-11-05 08:44:15
branko@majic.rs
MAR-134: Temporarily blacklisting broken version of pytest.
2 files changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
requirements.in
Show inline comments
 
@@ -5,4 +5,8 @@ paramiko
 
pip-tools
 
python-vagrant
 
sphinx~=1.7.0
 
sphinx_rtd_theme~=0.4.0
 
\ No newline at end of file
 
sphinx_rtd_theme~=0.4.0
 

	
 
# @TODO: Blacklist broken version until fix is released for
 
# https://github.com/pytest-dev/pytest/issues/4304
 
pytest!=3.10.0
 
\ No newline at end of file
requirements.txt
Show inline comments
 
@@ -63,7 +63,7 @@ pyflakes==1.6.0           # via flake8
 
pygments==2.2.0           # via sphinx
 
pynacl==1.3.0             # via paramiko
 
pyparsing==2.3.0          # via packaging
 
pytest==3.10.0            # via testinfra
 
pytest==3.9.3
 
python-dateutil==2.7.5    # via arrow
 
python-gilt==1.2.1        # via molecule
 
python-vagrant==0.5.15
0 comments (0 inline, 0 general)