Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a2b7b2fd8393
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c103b5b23601
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 10, 2019

  1. python-suds-jurko: disable the test suite

    The test suite was broken by ee38a0d.
    peti committed Mar 10, 2019
    2
    Copy the full SHA
    c103b5b View commit details
Showing with 1 addition and 5 deletions.
  1. +1 −5 pkgs/development/python-modules/suds-jurko/default.nix
6 changes: 1 addition & 5 deletions pkgs/development/python-modules/suds-jurko/default.nix
Original file line number Diff line number Diff line change
@@ -18,11 +18,7 @@ buildPythonPackage rec {

buildInputs = [ pytest ];

preBuild = ''
# fails
substituteInPlace tests/test_transport_http.py \
--replace "test_sending_unicode_data" "noop"
'';
doCheck = false; # v0.6 is broken with recent pytest 4.x

meta = with stdenv.lib; {
description = "Lightweight SOAP client (Jurko's fork)";