Skip to content

Commit

Permalink
Try fixing the errors with pytest-forked
Browse files Browse the repository at this point in the history
  • Loading branch information
teekuningas committed Mar 1, 2024
1 parent b53219a commit 267a5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ check:

.PHONY: test
test:
pytest -s
pytest --forked

.PHONY: update_docs
update_docs:
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black
pylama
pytest
pytest-forked
pytest-qt
mkdocs
coverage

0 comments on commit 267a5d7

Please sign in to comment.