diff --git a/packages/essimaging/tests/package_test.py b/packages/essimaging/tests/package_test.py index 18774a44..5fac0ab4 100644 --- a/packages/essimaging/tests/package_test.py +++ b/packages/essimaging/tests/package_test.py @@ -12,6 +12,7 @@ def test_has_version(): assert hasattr(pkg, '__version__') + assert 1 == 1 # This is for CI package tests. They need to run tests with minimal dependencies,