Skip to content

Commit

Permalink
fix: integration test script
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 15, 2024
1 parent 62fa281 commit baa82e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/execute_integration_tests.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

echo "Install test-requirements"
make install-dev-dependencies
echo "Install requirements"
make test_requirements

echo "Run tests"
pytest -rPf ./eox_tagging/test/integration --ignore=test_api_integration.py

0 comments on commit baa82e2

Please sign in to comment.