Skip to content

Commit e3f0e00

Browse files
Attempt to force the failure more frequently
1 parent 27ae663 commit e3f0e00

File tree

2 files changed

+10
-472
lines changed

2 files changed

+10
-472
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ softioc = {editable = true, extras = ["useful"], path = "."}
1111

1212
[scripts]
1313
# Do flake8 here so it doesn't happen in the container in CI
14-
tests = "python -m pytest --flake8"
14+
tests = "python -m pytest tests/test_autosave.py::test_context_manager_thread_safety"
1515
docs = "sphinx-build -EWT --keep-going docs build/html"
1616
gitclean = "git clean -fdX"

0 commit comments

Comments
 (0)