Skip to content

Commit 7d85c1b

Browse files
committed
invalidate
1 parent 61f0f03 commit 7d85c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/util/test_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,5 @@ def test_missing_dependency(missing_dependency):
132132
# other libraries are OK
133133
import collections # noqa
134134
with pytest.raises(ImportError, match='os'):
135+
importlib.invalidate_caches()
135136
importlib.reload(os)

0 commit comments

Comments
 (0)