Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ softioc = {editable = true, extras = ["useful"], path = "."}

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