Commit graph

27 commits

Author SHA1 Message Date
Sandro Jäckel 2e9c330216
pythonPackages: deprecate pytest_xdist alias 2021-07-21 13:32:52 +02:00
Martin Weinelt 8b737f6459 python3Packages.pytest-django: 4.1.0 -> 4.4.0 2021-06-22 13:42:39 +02:00
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Frederik Rietdijk 520412b7c6 python3Packages.pytest-django: 3.9.0 -> 4.1.0 2020-12-01 14:44:18 +01:00
Frederik Rietdijk e1dcc4d602 python: pytest-django: 3.7.0 -> 3.9.0 2020-06-11 10:00:19 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk c3a57ecb9d python: pytest-django: 3.6.0 -> 3.7.0 2019-12-30 16:46:46 +01:00
Frederik Rietdijk 8c00164ec2 python: pytest-django: 3.5.1 -> 3.6.0 2019-10-27 16:26:51 +01:00
R. RyanTM 7990d1bf47 python37Packages.pytest-django: 3.4.8 -> 3.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-django/versions
2019-07-03 08:34:54 +02:00
Daniel Schaefer 92cccb6f83 treewide: Use HTTPS for readthedocs URLs 2019-04-22 20:46:18 +02:00
R. RyanTM db845e871c python37Packages.pytest-django: 3.4.7 -> 3.4.8 (#57440)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-django/versions
2019-03-15 17:53:14 +01:00
Frederik Rietdijk 3ebdd0b341 python: pytest-django: 3.4.6 -> 3.4.7 2019-02-17 14:40:37 +01:00
Matthew Bauer 5c09d977c7 Merge remote-tracking branch 'origin/master' into staging 2019-02-09 12:14:06 -05:00
R. RyanTM 7842ba740b python37Packages.pytest-django: 3.4.5 -> 3.4.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-django/versions
2019-02-08 15:56:33 +01:00
Frederik Rietdijk 9cfae76fc5 Merge staging-next into staging 2019-01-17 09:21:29 +01:00
R. RyanTM 62bcbf1e0f python37Packages.pytest-django: 3.4.4 -> 3.4.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-django/versions
2019-01-17 09:17:46 +01:00
Frederik Rietdijk 5a3670b83c pythonPackages: fix native / check inputs 2019-01-15 10:16:12 +01:00
R. RyanTM 0d0f900fa7 python36Packages.pytest-django: 3.4.3 -> 3.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pytest-django/versions
2018-11-18 07:10:28 -08:00
Chris Ostrouchov 2bb31202a2 pythonPAckages.pytest-django: 3.1.2 -> 3.4.3 2018-10-26 16:37:52 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Jörg Thalheim d52eaf878c python.pkgs.pytest-django: fix patch hash 2017-09-01 08:56:08 +01:00
Frederik Rietdijk da32df875b python.pkgs.pytest-django: fix hash patch 2017-08-25 19:36:15 +02:00
Frederik Rietdijk 959842a9c7 Python: add pname attributes to libraries
so that we can use the update script.
2017-05-27 11:30:21 +02:00
Frederik Rietdijk 48deda9f36 pythonPackages.pytest-django: fix hash patch setuptools_scm
Do the files change over time..?
2017-03-19 10:14:43 +01:00
Frederik Rietdijk 645c2189d1 pythonPackages.pytest-django: unpin setuptools_scm
- unpin setuptools_scm
- move to file in folder following guidelines
- use PyPI/upstream name
2017-03-16 12:40:43 +01:00