You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this change, the `timezone_tools` package was not installed
locally and so you had to pass a `PYTHONPATH` environment variable to
pytest to run tests.
This isn't a problem when running tests in `tox` and it automatically
installs the first-party package as part of its set-up phase.
This change updates the `makefile` to install the `timezone_tools` in
editable mode.
Now it's possible to run `pytest` from repo root.
0 commit comments