Optimized hot-loop for logits processor
This commit is contained in:
9
lib/xml_schema_validator/tests/conftest.py
Normal file
9
lib/xml_schema_validator/tests/conftest.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
def pytest_sessionstart(session):
|
||||
"""
|
||||
Build the Rust extension module before running tests.
|
||||
"""
|
||||
print("Installing test dependencies...")
|
||||
subprocess.check_call([sys.executable, "-m", "pip", "install", "-r", "test_requirements.txt"])
|
||||
Reference in New Issue
Block a user