Skip to content

Commit

Permalink
changed pytest randomization strategy from pytest-random-order to pyt…
Browse files Browse the repository at this point in the history
…est-randomly
  • Loading branch information
GuyTeichman committed Dec 20, 2023
1 parent bcc5ad2 commit 884a35a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ testpaths = tests/
python_files = *.py
python_functions = test_*
qt_api=pyqt5
addopts = --random-order
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ pytest-runner
sphinx_rtd_theme
pytest-qt
pytest-xvfb
pytest-random-order
typing_extensions
pyinstaller
pyinstaller-hooks-contrib
rst-to-myst
requests-mock
pytest-randomly

0 comments on commit 884a35a

Please sign in to comment.