Skip to content

Commit bf651ca

Browse files
skip citrine test if newer setuptools installed, patch packing test to work when tests called in different order
1 parent 6bc5741 commit bf651ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/data_retrieval/test_retrieve_Citrine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import unittest
33

44
try:
5-
pass
5+
import pkg_resources # type: ignore[import] # noqa: F401
66
except ImportError:
77
raise unittest.SkipTest("`pkg_resources` removed from this version of `setuptools`.")
88

0 commit comments

Comments
 (0)