exclude smokevirt from ci

This commit is contained in:
Mike Kinney committed 2022-01-11 18:44:39 +00:00
1 parent 841c44e05c
commit 50e9a0a9f7
1 file changed
+1 -1
+1 -1
View File
@@ -1,6 +1,6 @@
[pytest]
addopts = -m "not int and not smoke1 and not smoke2 and not smokewifi and not examples"
addopts = -m "not int and not smoke1 and not smoke2 and not smokewifi and not examples and not smokevirt"
markers =
unit: marks tests as unit tests