We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce342a2 commit 5056007Copy full SHA for 5056007
conftest.py
@@ -45,7 +45,7 @@ def pytest_collection_modifyitems(config, items):
45
)
46
47
skip_neuron_test = pytest.mark.skipif(
48
- (os.getenv('TEST_COMPLETE') != 'true') and (os.getenv('TEST_NEURON') != 'true'),
+ os.getenv('TEST_NEURON') != 'true',
49
reason='this test depends on the NEURON simulation library. This dependency is not straghtforward to build '\
50
'and install, so you must opt in to running this test'
51
0 commit comments