Jonathan Ringer
|
5546399af1
|
python3Packages.pyfakefs: 4.5.1 -> 4.5.3
|
2021-11-30 18:52:12 -08:00 |
|
Martin Weinelt
|
590ffa1f3c
|
python3Packages.pyfakefs: 4.5.0 -> 4.5.1
|
2021-09-01 21:23:25 +02:00 |
|
Martin Weinelt
|
81cf59fc26
|
python3Packages.pyfakefs: 4.4.0 -> 4.5.0
|
2021-06-22 13:42:37 +02:00 |
|
Frederik Rietdijk
|
50dec83c5b
|
python3Packages.pyfakefs: 4.3.3 -> 4.4.0
|
2021-04-03 17:49:07 +02:00 |
|
Sandro Jäckel
|
b03693c12e
|
pythonPackages.pyfakeds: remove stale substituteInPlace
|
2021-02-17 14:11:18 +01:00 |
|
Fabian Affolter
|
1983e27ac9
|
python3Packages.pyfakefs: switch to pytestCheckHook
|
2021-02-10 08:54:36 +01:00 |
|
Fabian Affolter
|
7efb7b32f5
|
python3Packages.pyfakefs: 4.3.2 -> 4.3.3
|
2021-02-10 08:25:43 +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
|
571ea8b561
|
python3Packages.pyfakefs: 4.1.0 -> 4.3.2
|
2020-12-01 14:44:17 +01:00 |
|
Drew Risinger
|
9fae7b21ef
|
python3Packages.pyfakefs: disable on py2.7
* No longer supports python < 3.5, so disabled.
* Enables tests that were disabled due to bugs.
* Add changelog
|
2020-09-09 20:01:37 -07:00 |
|
Frederik Rietdijk
|
f7bad77762
|
python: pyfakefs: 4.0.2 -> 4.1.0
|
2020-08-16 19:31:11 +02:00 |
|
Frederik Rietdijk
|
777b694046
|
python: pyfakefs: 3.7.2 -> 4.0.2
|
2020-06-11 10:00:18 +02:00 |
|
Frederik Rietdijk
|
a36bb64038
|
python3Packages.pyfakefs: 3.7.1 -> 3.7.2
|
2020-05-11 22:12:50 +02:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
Frederik Rietdijk
|
4d6c3ba137
|
python: pyfakefs: 3.7 -> 3.7.1
|
2019-12-30 16:46:54 +01:00 |
|
Jonathan Ringer
|
9b86ffa46a
|
python3Packages.pyfakefs: disable tests for python3.7
the glob mocks seem to be unable to handle compile_pattern
|
2019-12-30 16:46:50 +01:00 |
|
Frederik Rietdijk
|
69d72bd7d1
|
python: pyfakefs: 3.6.1 -> 3.7
|
2019-12-30 16:46:46 +01:00 |
|
Frederik Rietdijk
|
9932a32cdd
|
python: pyfakefs: 3.5.8 -> 3.6.1
|
2019-10-27 16:26:50 +01:00 |
|
Mario Rodas
|
b6b2d604d4
|
pythonPackages.pyfakefs: fix build
|
2019-04-30 21:29:10 -05:00 |
|
Frederik Rietdijk
|
dd8029e411
|
python: pyfakefs: 3.5.7 -> 3.5.8
|
2019-04-18 12:42:41 +02:00 |
|
Robert Schütz
|
3fa313d46d
|
python.pkgs.pyfakefs: 3.5.6 -> 3.5.7
|
2019-02-09 08:46:58 +01:00 |
|
Robert Schütz
|
15eb4c361c
|
python.pkgs.pyfakefs: 3.5.5 -> 3.5.6
|
2019-01-13 15:38:23 +01:00 |
|
Robert Schütz
|
d6ededb2a1
|
python.pkgs.pyfakefs: 3.4.3 -> 3.5.5
|
2019-01-10 14:33:52 +01:00 |
|
Uli Baum
|
bd02a1931a
|
pythonPackages.pyfakefs: fix darwin build
One test failed on darwin due to case-insensitive file system,
disable it.
|
2018-09-10 22:42:23 +02:00 |
|
Uli Baum
|
d2a885a3b5
|
pythonPackages.pyfakefs: 3.4.1 -> 3.4.3, fix build
Update and disable some failing test cases
|
2018-09-10 17:43:18 +02:00 |
|
Robert Schütz
|
8b85031f07
|
python.pkgs.pyfakefs: run tests
|
2018-04-08 11:36:06 +02:00 |
|
Frederik Rietdijk
|
4791b8387f
|
python: pyfakefs: 3.3 -> 3.4.1
|
2018-04-08 11:34:55 +02:00 |
|
Gabriel Ebner
|
738e97fcca
|
pythonPackages.pyfakefs: init at 3.3
|
2018-01-08 14:09:18 +01:00 |
|