Skip to content

Commit 1e3241d

Browse files
committed
Print versions during tests execution
1 parent f74e0db commit 1e3241d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

numexpr/tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@
1010

1111
import pytest
1212

13+
import numexpr
14+
1315

1416
def pytest_configure(config):
1517
config.addinivalue_line(
1618
"markers", "thread_unsafe: mark test as unsafe for parallel execution"
1719
)
20+
print("")
21+
numexpr.print_versions()

0 commit comments

Comments
 (0)