mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Move v2 out of the package tree so it does not yet appear.
This commit is contained in:
parent
367f70fb17
commit
da01eef4db
36 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -94,7 +94,7 @@ tests:
|
||||||
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
|
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
|
||||||
|
|
||||||
newtests:
|
newtests:
|
||||||
PYTHONPATH=./lib/v2/ $(NOSETESTS) -d -w lib/v2/tests -v
|
PYTHONPATH=./v2/ $(NOSETESTS) -d -w v2/tests -v
|
||||||
|
|
||||||
|
|
||||||
authors:
|
authors:
|
||||||
|
|
Loading…
Reference in a new issue