Commit Graph

28 Commits

Author SHA1 Message Date
makefu
14ba13d9ea
devpi-server: add py as runtime dep, add version test
the test is not performed in the postCheck phase because the dependency py was previously
provided as nativeTestInput. Running test in the installPhase ensure no extra
dependencies are used which are not available at runtime

fixes #286156
2024-02-04 05:44:03 +01:00
natsukium
97475a68f7
python311Packages.repoze-lru: rename from repoze_lru 2024-01-03 11:04:09 +09:00
natsukium
de3e87205e
fixup! devpi-server: 6.7.0 -> 6.9.2 2023-10-13 23:36:34 +09:00
natsukium
607a747bef
devpi-server: 6.7.0 -> 6.9.2
Diff: https://github.com/devpi/devpi/compare/server-6.7.0...server-6.9.2

Changelog: https://github.com/devpi/devpi/blob/server-6.9.2/server/CHANGELOG
2023-10-13 23:14:23 +09:00
natsukium
356189a690
devpi-server: refactor
- add meta.changelog
- use a new parameter for pyproject
- add pythonImportsCheck
2023-10-13 23:00:02 +09:00
Jan Malakhovski
5852f26bdc treewide: noop: refer to src.name or similar in sourceRoot where appropriate, part 1: trivial cases 2023-08-03 16:32:03 +00:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Martin Weinelt
57eb9f0681 devpi-server: Pass py into checkInputs to fix tests
and set format.
2023-01-05 01:08:49 +01:00
Robert Schütz
e31ad37f10 devpi-server: don't depend on pytest-flake8 2022-12-10 13:56:00 -08:00
makefu
a49bd8055e
devpi-server: 6.2.0 -> 6.7.0 2022-10-02 12:42:29 +02:00
Martin Weinelt
272430c823
treewide: migrate python packages to optional-dependencies
This follows the term used by PEP 621.
2022-05-22 16:31:53 +02:00
Robert Schütz
99ed27107e python3Packages.passlib: specify extras-require 2022-05-08 20:30:50 +00:00
Jonathan Ringer
60ab0ab2db
devpi-server: 6.0.0.dev0 -> 6.2.0, override pyramid version 2021-09-14 09:47:04 -07:00
Robert Scott
46e66614d9 devpi-server: set __darwinAllowLocalNetworking
allowing tests to pass on sandboxed darwin
2021-05-25 22:01:46 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Drew Risinger
9a17459ba0 devpi-server: fix build
Build was failing due to line continuation between disabled tests in
checkPhase.
Fixed by converting to easier syntax of ``pytestCheckHook``.
2020-12-11 09:23:42 -05:00
Drew Risinger
6bb2eae2ff treewide: remove dead pytestpep8 references
pytestpep8 was removed in 25c9946f95.
This removes pytestpep8 in the rest of the tree, where it was hardly
used.
2020-12-10 21:14:42 -05:00
Jean-François Roche
3a57ec4744 devpi-server: fix tests
Tests relied on a function that has no order guarantee. A fix was merged
to devpi master [1]. We point the package to this commit which should fix
the failing tests on hydra.

[1] https://github.com/devpi/devpi/pull/821
2020-10-16 00:09:07 -07:00
Jonathan Ringer
7211e4ef7b devpi-server: 5.2.0 -> 5.5.0 2020-06-03 11:29:15 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer
4e8b34cc5e devpi-server: fix tests 2019-12-30 16:46:52 +01:00
R. RyanTM
b95e29c5e7 devpi-server: 5.1.0 -> 5.2.0 2019-11-02 11:21:15 -07:00
Mario Rodas
b9329a88b9
devpi-server: 4.9.0 -> 5.1.0 2019-09-02 22:00:00 -05:00
Jonathan Ringer
3c00c7239d devpi-server: 4.4.0 -> 4.9.0 2019-07-03 09:19:38 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Antoine Eiche
ad81ceec86 devpi-server: 4.3.1 -> 4.4.0
We also disable 3 tests because they are failing with pytest 3.4.0.
2018-02-14 23:01:43 +01:00
makefu
623f9c15e0
devpi-server: init at 4.3.1 2017-12-05 13:31:55 +01:00