Skip to content

Commit 3527d1d

Browse files
authored
Remove Build Tests (#380)
1 parent ee7d053 commit 3527d1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy-python.yml

-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
CIBW_ARCHS: x86_64
5454
CIBW_ENVIRONMENT: "LD_LIBRARY_PATH=/opt/rh/=vtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/usr/local/lib64:/usr/local/lib"
5555
CIBW_TEST_REQUIRES: beautifulsoup4
56-
CIBW_TEST_COMMAND: "pip install -r {package}/tests/base_requirements.txt && export PYTHONPATH={package}/tests && NEW_RELIC_APDEX_T=1000 pytest -vx {package}/tests/agent_features/ && pytest -vx {package}/tests/agent_unittests/"
5756

5857
- name: Build Manylinux Wheels (Python 3)
5958
uses: pypa/[email protected]
@@ -63,7 +62,6 @@ jobs:
6362
CIBW_ARCHS: x86_64 aarch64
6463
CIBW_ENVIRONMENT: "LD_LIBRARY_PATH=/opt/rh/devtoolset-8/root/usr/lib64:/opt/rh/devtoolset-8/root/usr/lib:/opt/rh/devtoolset-8/root/usr/lib64/dyninst:/opt/rh/devtoolset-8/root/usr/lib/dyninst:/usr/local/lib64:/usr/local/lib"
6564
CIBW_TEST_REQUIRES: beautifulsoup4
66-
CIBW_TEST_COMMAND: "pip install -r {package}/tests/base_requirements.txt && export PYTHONPATH={package}/tests && NEW_RELIC_APDEX_T=1000 pytest -vx {package}/tests/agent_features/ && pytest -vx {package}/tests/agent_unittests/"
6765

6866
- name: Upload Package to S3
6967
run: |

0 commit comments

Comments
 (0)