about summary refs log tree commit diff
path: root/pkgs/development/python-modules/webtest
AgeCommit message (Collapse)AuthorFilesLines
2022-01-23python3Packages.webtest: convert to pytestCheckHookMartin Weinelt1-4/+2
2022-01-23python3Packages.webtest: 2.0.35 -> 3.0.0Jonathan Ringer1-2/+2
2021-10-07python39Packages.webtest: move contraint patching to postPatchSandro Jäckel1-1/+1
2021-10-07python39Packages.pastedeploy: adopt into openstack teamSandro Jäckel1-2/+2
2021-08-18python3Packages.webtest: add pythonImportsCheckFabian Affolter1-4/+17
2021-08-18python3Packages.webtest: 2.0.32 -> 2.0.35Fabian Affolter1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-18pythonPackages.webtest: disable for python2Jonathan Ringer1-0/+2
python2 tries to import paste.deploy, which is no longer valid
2019-09-14pythonPackages.webtest: fix darwin buildFabian Möller1-0/+3
2019-04-22treewide: Use HTTPS for readthedocs URLsDaniel Schaefer1-1/+1
2018-12-03python.pkgs.webtest: fix buildRobert Schütz1-3/+5
2018-12-03python: webtest: 2.0.20 -> 2.0.32Frederik Rietdijk1-2/+2
2018-10-30pythonPackages.webtest: refactor move to python-modulesChris Ostrouchov1-0/+37