Skip to content

Commit

Permalink
run tests in random order (fairinternal/xformers#1065)
Browse files Browse the repository at this point in the history
__original_commit__ = fairinternal/xformers@26ce084
  • Loading branch information
bottler authored and xFormers Bot committed Mar 27, 2024
1 parent cbe47d2 commit 1d1cadd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ run_unittests: &run_unittests
when: always
command: |
source $BASH_ENV
$CONDA_PYTHON -m pytest --junitxml=test-results/junit.xml --verbose --maxfail=20 tests
$CONDA_PYTHON -m pytest --random-order-bucket=global --junitxml=test-results/junit.xml --verbose --maxfail=20 tests
run_doc_build: &run_doc_build
- run:
Expand Down
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pytest == 7.2.0
pytest-cov == 2.10.0
pytest-mpi == 0.4
pytest-timeout == 1.4.2
pytest-random-order == 1.1.1
git+https://github.com/rwightman/[email protected]#egg=timm

# Dependency for factory
Expand Down

0 comments on commit 1d1cadd

Please sign in to comment.