More relaxed warnings checking in test_server_side_scripting.py
Summary
The tests in test_server_side_scripting.py
are sensitive to the exact warnings that are emitted (by upstream libraries). They should be able to cope with other warnings as well.
Expected Behavior
Relaxed warnings checking
Actual Behavior
It's very stiff.
Steps to Reproduce the Problem
- Run in an environment without the latest versions for
bottleneck
andnumexpr
.
Specifications
- Version: Current dev
- Platform: Docker on Linux
Possible fixes
Add a list of allowed patterns against which the warnings shall match.