Skip to content

Commit

Permalink
Switch to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Aug 21, 2020
1 parent 8de959c commit a6c4e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .docker/run-docker-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
set -e

pushd /usr/src
xvfb-run nose2-3
xvfb-run pytest
popd
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flake8==2.5.5
pep8-naming
flake8-respect-noqa
nose2
pytest
future
transifex-client

0 comments on commit a6c4e4c

Please sign in to comment.