alexcouper / pants-django-tests-issue

Rep

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimal repro repo for the problem described here

To see the issue, run:

./pants test src/python/project1:tests src/python/project2:tests

Note that both of these commands pass:

./pants test src/python/project1:tests
./pants test src/python/project2:tests 

As do both of these:

PYTHONPATH=$(pwd)/src/python pytest src/python/project1
PYTHONPATH=$(pwd)/src/python pytest src/python/project2

About

Rep

License:Apache License 2.0


Languages

Language:Python 74.3%Language:Shell 25.7%