summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
Diffstat (limited to '_test')
-rw-r--r--_test/test_base.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/_test/test_base.py b/_test/test_base.py
index cd49d07..ef87b5d 100644
--- a/_test/test_base.py
+++ b/_test/test_base.py
@@ -2,11 +2,13 @@
from __future__ import print_function
-import pytest
+import pytest # QAOK
+
# default for tox stub is to Fail
def test_base():
import ruamel
with pytest.raises(ImportError):
import ruamel.std
+ print(ruamel.std.__file__) # to suppress flake msg
assert True