We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e7cee commit acfa42eCopy full SHA for acfa42e
1 file changed
dockerfiles/docker_tests/test_docker_smoke.py
@@ -10,7 +10,7 @@ def test_import_arc():
10
"""Test that ARC can be imported in the docker image."""
11
try:
12
import arc
13
- assert hasattr(arc, '__version__')
+ assert hasattr(arc, '__file__')
14
except ImportError as e:
15
pytest.fail(f"ImportError: {e}")
16
0 commit comments