| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | python313Packages.httpretty: fix urllib 2.3.0 compat•••HTTPretty breaks with urllib3 2.3.0, because it does not mock the new socket.shutdown() method. | Martin Weinelt | 2025-01-27 | 2 | -0/+46 |
| * | python312Packages.httpretty: fix build | Martin Weinelt | 2024-08-06 | 1 | -9/+9 |
| * | python3Packages: remove unused arguments | Sigmanificient | 2024-07-30 | 1 | -1/+0 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -8/+9 |
| * | python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda | adisbladis | 2023-12-07 | 1 | -0/+1 |
| * | 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. | Guillaume Girol | 2023-01-21 | 1 | -1/+1 |
| * | httpretty: remove unused check deps and use pytest•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | linsui | 2022-07-21 | 1 | -23/+10 |
| * | python2.pkgs: move expressions into python2-modules/ folder•••Another step in further separating python2 from python3. | Frederik Rietdijk | 2022-01-16 | 1 | -52/+0 |
| * | pkgs.development.python-modules: remove unused args | Markus S. Wamser | 2021-11-12 | 1 | -1/+0 |
| * | python3Packages.httpretty: 1.1.3 -> 1.1.4 | Martin Weinelt | 2021-09-05 | 1 | -2/+2 |
| * | python3Packages.httpretty: 1.0.5 -> 1.1.3 | Martin Weinelt | 2021-06-22 | 1 | -2/+2 |
| * | python3Packages.httpretty: 1.0.3 -> 1.0.5 | Frederik Rietdijk | 2021-02-26 | 1 | -2/+2 |
| * | pkgs/development/python-modules: stdenv.lib -> lib | Pavol Rusnak | 2021-01-24 | 2 | -6/+6 |
| * | 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 | Profpatsch | 2021-01-11 | 2 | -4/+4 |
| * | python3Packages.httpretty: 1.0.2 -> 1.0.3 | Frederik Rietdijk | 2020-12-01 | 1 | -2/+2 |
| * | python3.pkgs.httpretty: only run unit tests | Frederik Rietdijk | 2020-06-11 | 1 | -2/+9 |
| * | python2.pkgs.httpretty: keep 0.9.7 for python 2 | Frederik Rietdijk | 2020-06-11 | 1 | -0/+52 |
| * | python: httpretty: 0.9.7 -> 1.0.2 | Frederik Rietdijk | 2020-06-11 | 1 | -2/+2 |
| * | python.pkgs.httpretty: disable flaky test suite•••There are some tests that fail occasionally because the current date (with second precision) occurs in the output. This is fixed upstream. I've made this conditional since python updates are often done in an automated fashion and tests should be re-enabled after the next update. This avoids the need for human intervention (except for a clean up at some point in the future). | Timo Kaufmann | 2020-03-18 | 1 | -0/+4 |
| * | python.pkgs.httpretty: disable flaky test•••As noted upstream: https://github.com/gabrielfalcao/HTTPretty/issues/376 | Klaas van Schelven | 2020-02-22 | 1 | -0/+1 |
| * | python: httpretty: 0.9.6 -> 0.9.7 | Frederik Rietdijk | 2019-10-18 | 1 | -2/+2 |
| * | python.pkgs.httpretty: disable flaky test | Frederik Rietdijk | 2019-09-08 | 1 | -0/+1 |
| * | treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy | volth | 2019-06-16 | 1 | -2/+0 |
| * | pythonPackages.httpretty: disable 2 flaky tests•••intermittently failing on all platforms | Renaud | 2019-05-16 | 1 | -1/+5 |
| * | pythonPackages.httpretty: fix build on aarch64 (#61516)•••tests.functional.test_httplib2.test_callback_response keeps failing on Hydra + update meta.homepage | Renaud | 2019-05-15 | 1 | -5/+8 |
| * | pythonPackages.httpretty: fix darwin sandbox build•••The tests use localhost networking and get stuck otherwise. | Daiderd Jordan | 2019-02-14 | 1 | -0/+2 |
| * | pythonPackages: fix native / check inputs | Frederik Rietdijk | 2019-01-15 | 1 | -2/+7 |
| * | pythonPackages.httpretty: 0.8.10 -> 0.9.6 | Chris Ostrouchov | 2018-12-03 | 1 | -4/+3 |
| * | python: httpretty: 0.9.5 -> 0.9.6 | Frederik Rietdijk | 2018-12-03 | 2 | -29/+3 |
| * | python: httpretty: 0.8.10 -> 0.9.5 | Frederik Rietdijk | 2018-12-03 | 1 | -2/+2 |
| * | pythonPackages.httpretty: refactor move to python-modules | Chris Ostrouchov | 2018-10-18 | 1 | -0/+50 |
| * | httpretty: working build for python3 | Allen Nelson | 2016-04-25 | 1 | -0/+11 |
