mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-12-24 00:31:11 +02:00
fix for more graceful handling of missing optional libraries
This commit is contained in:
7
runtests-missing-libs.sh
Executable file
7
runtests-missing-libs.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# system should be in "America/Los_Angeles" timezone for all tests to pass
|
||||
# ensure no local plugin parsers are installed for all tests to pass
|
||||
|
||||
pip uninstall pygments ruamel.yaml xmltodict --yes
|
||||
python3 -m unittest -v
|
||||
pip install pygments ruamel.yaml xmltodict
|
||||
Reference in New Issue
Block a user