summary refs log tree commit diff
path: root/pkgs/development/python-modules/attrs
Commit message (Collapse)AuthorAge
* python3Packages.attrs: 21.2.0 -> 21.4.0Fabian Affolter2022-01-03
|
* python3Packages.attrs: separate test run into a separate tests attribute.Luke Granger-Brown2021-06-21
| | | | | | | | | | | This resolves a circular dependency issue between pytest and attrs, by instead building a separate output that _just_ contains the tests from the original package, which is then consumed by a separate tests derivation. The downside of this approach is that these tests will not be run on Hydra. They're not being run on Hydra at the moment, either, since doCheck is false.
* python3Packages.attrs: 20.3.0 -> 21.2.0Luke Granger-Brown2021-06-21
|
* python3Packages.attrs: 19.3.0 -> 20.3.0Frederik Rietdijk2020-12-01
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* python: attrs: 18.2.0 -> 19.3.0Frederik Rietdijk2019-10-18
|
* python: attrs: 18.1.0 -> 18.2.0Frederik Rietdijk2018-12-03
|
* python: attrs: 17.4.0 -> 18.1.0Frederik Rietdijk2018-06-21
|
* python.pkgs.attrs: disable tests to prevent infinite recursionFrederik Rietdijk2017-12-31
|
* python: attrs: 17.2.0 -> 17.4.0Frederik Rietdijk2017-12-30
|
* Merge pull request #28884 from FRidh/python-fixesFrederik Rietdijk2017-09-06
Python: several fixes