Commit graph

16 commits

Author SHA1 Message Date
Martin Weinelt f8ffd179a7 python3Packages.pytest-asyncio: 0.14.0 -> 0.15.1 2021-06-22 13:42:38 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +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 08d943cb89 python: pytest-asyncio: 0.12.0 -> 0.14.0 2020-08-16 19:31:12 +02:00
Jonathan Ringer 01006dcaee python3Packages.pytest-asyncio: 0.10.0 -> 0.12.0 2020-05-11 22:12:08 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 3547637a55 python: pytest-asyncio: 0.9.0 -> 0.10.0 2019-02-17 14:40:37 +01:00
Mario Rodas aa8ff56401 python3Packages.async_generator: fix build on python3.5 2018-11-20 12:34:20 -05:00
Frederik Rietdijk c8d0c5fdec pythonPackages.pytest-asyncio: fix build 2018-08-25 18:07:18 +02:00
Frederik Rietdijk 68dd59345a python: pytest-asyncio: 0.8.0 -> 0.9.0 2018-08-25 07:38:23 +02:00
Frederik Rietdijk b8f7cc5419 python.pkgs.pytest-asyncio: minor improvements 2018-06-22 13:09:36 +02:00
Frederik Rietdijk 7ce848309e python.pkgs: updates 2017-10-27 21:34:42 +02:00
Frederik Rietdijk d58e1f1c7b python.pkgs: many updates 2017-08-25 19:36:14 +02:00
Lancelot SIX 8adb26319f
pythonPackages.pytest-asyncio: enable only for python3 2017-05-03 22:33:04 +02:00
Lancelot SIX 0743b0fb6e
pythonPackages.pytest-asyncio: init at 0.5.0 2017-05-02 09:25:30 +02:00