mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Re-adding os import.
This commit is contained in:
parent
44c8b09214
commit
6ca6ddd758
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from tests.testing_harness import CADTestHarness
|
||||
|
||||
import os
|
||||
import pytest
|
||||
|
||||
pytestmark = pytest.mark.skipif(
|
||||
os.environ.get('CAD') != 'y',
|
||||
reason="CAD build is not enabled.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue