Skip to content

Commit

Permalink
Switch to native pytest in tests/driver (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Feb 23, 2022
1 parent 9645460 commit 72e9714
Show file tree
Hide file tree
Showing 5 changed files with 1,220 additions and 1,194 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ addopts = --verbose --color=yes
testpaths = tests
junit_family = xunit2
junit_logging = all
asyncio_mode = strict
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def str_from_file(name):
"boto3==1.10.32",
]

tests_require = ["ujson", "pytest==6.2.5", "pytest-benchmark==3.2.2", "pytest-asyncio==0.16.0"]
tests_require = ["ujson", "pytest==6.2.5", "pytest-benchmark==3.2.2", "pytest-asyncio==0.18.1"]

# These packages are only required when developing Rally
develop_require = [
Expand Down
Loading

0 comments on commit 72e9714

Please sign in to comment.