pypa-hatch/tests
Ryan Morshead 2c91b57d92
Name .pth file so it loads first (#828)
* Name .pth file so it loads first

Users adding their own .pth files likely need to be loaded after the one inserted by hatchling. The only way to do this is by naming it so the hatchling .pth file comes first alphabetically.

* update

* add history entry

---------

Co-authored-by: Ofek Lev <ofekmeister@gmail.com>
2023-06-03 11:27:05 -04:00
..
backend Fix dev mode when the project has symlinks (#872) 2023-06-03 10:18:41 -04:00
cli Fix script no environment fail on symlink (#723) 2023-04-02 11:07:06 -04:00
config Update best practices part 2 (#571) 2022-10-23 11:36:43 -04:00
env Fix lint (#706) 2023-01-06 21:05:09 -05:00
helpers Name .pth file so it loads first (#828) 2023-06-03 11:27:05 -04:00
index Increase the timeout for and add retries to the `index` publisher (#619) 2022-11-25 17:29:57 -05:00
project Add `tool.hatch.env.requires` configuration (#663) 2022-12-11 21:02:15 -05:00
publish max out coverage of tests (#553) 2022-10-13 16:01:43 -04:00
utils Update linting (#748) 2023-02-08 09:40:31 -05:00
venv Fix locating executables within virtual environments on Debian (#379) 2022-07-28 10:04:37 -04:00
__init__.py rewrite 2021-12-29 15:42:36 -05:00
conftest.py Improve syncing of dependencies provided through git URLs (#776) 2023-04-02 12:54:29 -04:00