3scale-qe / 3scale-tests

End-to-End Integration Tests for 3scale
Apache License 2.0
9 stars 21 forks source link

Export needs to be after variable is set #819

Closed mdujava closed 6 months ago

mdujava commented 7 months ago

before:

make -n smoke
+ pipenv run python -m pytest --tb=short -o cache_dir=/.pytest_cache.smoke -p no:persistence -n6 -msmoke  testsuite

after:

make -n smoke
+ pipenv run python -m pytest --tb=short -o cache_dir=./.pytest_cache.smoke -p no:persistence -n6 -msmoke  testsuite