summaryrefslogtreecommitdiff
path: root/setuptools/tests/config/test_setupcfg.py
Commit message (Expand)AuthorAgeFilesLines
* Use new warnings in setuptools/config/setupcfg.pyAnderson Bravalheri2023-03-071-15/+9
* Import SetuptoolsDeprecationWarning from setuptools.warningsAnderson Bravalheri2023-03-061-1/+1
* Update test expectations to match new packaging versionAnderson Bravalheri2023-01-231-0/+20
* Fix version syntax in test_nowarn_accidental_env_marker_misconfigMichał Górny2023-01-211-2/+2
* setup.cfg parsing: Refactor _parse_requirements_list and warn_accidental_env_...Anderson Bravalheri2022-08-061-2/+2
* Add warning for potential extras_require misconfigurationLumir Balhar2022-08-061-0/+45
* Allow `file:` for `requires` statements in setup.cfgAarni Koskela2022-06-141-0/+18
* Add deprecation messages for `namespace_packages`.Anderson Bravalheri2022-05-161-3/+6
* Make sure dynamic classifiers don't fail on unexisting filesAnderson Bravalheri2022-03-251-2/+5
* Make sure package_dir is populated before processing cmdclass and 'attr:' in ...Anderson Bravalheri2022-03-091-17/+20
* Add some type hints to config.setupcfgAnderson Bravalheri2022-03-051-0/+1
* Adequate test_setupcfg to latest changes in setupcfgAnderson Bravalheri2022-03-051-16/+14
* Rename `config` to `config.setupcfg`Anderson Bravalheri2022-03-051-0/+919