Skip to content

Commit

Permalink
Merge pull request #51022 from s0undt3ch/develop
Browse files Browse the repository at this point in the history
Move all of PyTest requirements to its own requiremnts file
  • Loading branch information
garethgreenaway authored Jan 3, 2019
2 parents a5cebd2 + 058836d commit 383d868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

mock>=2.0.0
SaltPyLint>=v2017.3.6
pytest>=3.5.0
pytest-salt>=2018.12.8
testinfra>=1.7.0,!=1.17.0

# httpretty Needs to be here for now even though it's a dependency of boto.
Expand Down
3 changes: 2 additions & 1 deletion requirements/pytest.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# PyTest
pytest >= 4.0.1
pytest-salt >= 2018.12.7
pytest-salt >= 2018.12.8
pytest-timeout >= 1.3.3
pytest-tempdir >= 2018.8.11
pytest-helpers-namespace >= 2017.11.11

0 comments on commit 383d868

Please sign in to comment.