Skip to content

Commit

Permalink
dev requirements: restrict pytest-xdist version
Browse files Browse the repository at this point in the history
	- 1.28.0 now requires at least pytest 4
	- pytest-profiling is currently incompatible with pytest 4,
	but is introduced in man-group/pytest-plugins#134
  • Loading branch information
kmantel authored and jvesely committed Apr 9, 2019
1 parent 62f9a09 commit 523017f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pytest-benchmark
pytest-cov
pytest-profiling
pytest-helpers-namespace
pytest-xdist
pytest-xdist<1.28.0
jupyter
sphinx
sphinx_rtd_theme
Expand Down

0 comments on commit 523017f

Please sign in to comment.