Commit b5447e8c authored by Mateusz Żebrak's avatar Mateusz Żebrak Committed by Bartek Wrona
Browse files

Remove PYTHONPATH hack when requiring test-tools

Test-tools have it's own dependencies like
requests or recently added python-dateutil.

When using hack by injecting test_tools/package/
into to PYTHONPATH env variable, these dependencies
are not installed and it is required to specify
them explicitly in the `deps` section of tox.ini.

This could lead to mismatch between test-tools and
tox.ini versions of dependencies, so this change
makes test-tools installable inside tox instead of
using it's source code directly.
parent 6db6c531
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment