Skip to content

Commit

Permalink
Add some pytest dependencies with versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DonGiovanni83 committed Nov 6, 2023
1 parent e984b57 commit 44f937b
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 109 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name = "pypi"
[packages]
ansible = "==8.2.0"
molecule = "<6"
antsibull-docs = "==2.3.1"
antsibull-docs = "==2.5.0"
coverage = "==6.5.0"
molecule-plugins = {extras = ["vagrant"], version = "==23.5.0"}
pytest = "*"
pytest-forked = "*"
pytest-xdist = "*"
pyyaml = "*"
pytest = "==7.4.3"
pytest-forked = "==1.6.0"
pytest-xdist = "==3.3.1"
pyyaml = "==6.0.1"
208 changes: 104 additions & 104 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44f937b

Please sign in to comment.