Skip to content

Commit 925d049

Browse files
committed
fix tests
1 parent d7bd6bd commit 925d049

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pytest-devcontainer-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
pip install "ghidriff[testing]"
5757
pip list
5858
# install plugins before use
59-
python -m pyghidra.install_plugins
59+
# python -m pyghidra.install_plugins
6060
# download data to shared test data
6161
if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi
6262
pytest -rA -n auto

.github/workflows/pytest-devcontainer-repo-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# install package and testing
6060
pip install -e ".[testing]"
6161
# install plugins before use
62-
python -m pyghidra.install_plugins
62+
#python -m pyghidra.install_plugins
6363
# download data to shared test data
6464
if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi
6565
pytest -rA -n auto

.github/workflows/pytest-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# install package and testing
3737
pip install -e ".[testing]"
3838
# install plugins before use
39-
python -m pyghidra.install_plugins
39+
# python -m pyghidra.install_plugins
4040
# download data to shared test data
4141
if [ ! -d "tests/data" ]; then git clone https://github.com/clearbluejar/ghidriff-test-data.git tests/data; fi
4242
pytest -rA -n auto

.github/workflows/pytest-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
#killall python
5959
# source .env/bin/activate
6060
# #init pyghidra
61-
python -m pyghidra.install_plugins
61+
# python -m pyghidra.install_plugins
6262
# pushd /tmp
6363
# popd
6464
# download data to shared test data

0 commit comments

Comments
 (0)