We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ae663 commit e3f0e00Copy full SHA for e3f0e00
Pipfile
@@ -11,6 +11,6 @@ softioc = {editable = true, extras = ["useful"], path = "."}
11
12
[scripts]
13
# Do flake8 here so it doesn't happen in the container in CI
14
-tests = "python -m pytest --flake8"
+tests = "python -m pytest tests/test_autosave.py::test_context_manager_thread_safety"
15
docs = "sphinx-build -EWT --keep-going docs build/html"
16
gitclean = "git clean -fdX"
0 commit comments