Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 8e1fd48

Browse files
authored
Merge pull request #389 from AurelienJaquier/master
Fix syntax change from latest version of pytest
2 parents 15708c1 + bf3a690 commit 8e1fd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ commands =
3838
syntax: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics
3939

4040
unit: pytest --cov=bluepyopt {[testenv]coverage_options} bluepyopt/tests -k unit
41-
functional: pytest --cov=bluepyopt {[testenv]coverage_options} bluepyopt/tests -k-unit
41+
functional: pytest --cov=bluepyopt {[testenv]coverage_options} bluepyopt/tests -k 'not unit'
4242

4343
[testenv:docs]
4444
basepython = python3.6

0 commit comments

Comments
 (0)