esunar / test4

GNU General Public License v3.0
0 stars 0 forks source link

make dev-environment target broken #186

Open esunar opened 1 year ago

esunar commented 1 year ago

As part of the work done in #1979686 the unit test requirements file was moved from tests/requirements.txt to tests/unit/requirements.txt, however this change is not reflected in the Makefile target ending up with not being able to run git commit during development.

miles@t440:~/tmp/juju-lint$ git branch -vv

miles@t440:~/tmp/juju-lint$ make dev-environment Creating virtualenv and installing pre-commit created virtual environment CPython3.8.10.final.0-64 in 301ms creator CPython3Posix(dest=/home/miles/tmp/juju-lint/.venv, clear=False, global=False) seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, pkg_resources=latest, via=copy, app_data_dir=/home/miles/.local/share/virtualenv/seed-app-data/v1.0.1.debian.1) activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'tests/requirements.txt' make: *** [Makefile:49: dev-environment] Error 1


Imported from Launchpad using lp2gh.