2022-12-12 14:00:16 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
# Script called by gitlab CI engine during test phases
|
|
|
|
|
# Removes optional python modules if they are there
|
|
|
|
|
|
2023-01-17 01:26:46 +00:00
|
|
|
python3 -m pip uninstall lxml soupsieve Levenshtein apprise requests pyopenssl urllib3 -y
|