gnu: python-dictdiffer: Disable tests.
* gnu/packages/python-xyz.scm (python-dictdiffer)[arguments]: New field. [native-inputs]: Remove test inputs.
This commit is contained in:
		
							parent
							
								
									d695a63ec9
								
							
						
					
					
						commit
						ce958bfcd9
					
				
					 1 changed files with 5 additions and 12 deletions
				
			
		|  | @ -25459,19 +25459,12 @@ cryptographically signed ones).") | ||||||
|                (base32 |                (base32 | ||||||
|                 "1lk3qmy1hkaphk4n7ayfk0wl6m2yvd6r7qkam6yncqfzgkbc1phs")))) |                 "1lk3qmy1hkaphk4n7ayfk0wl6m2yvd6r7qkam6yncqfzgkbc1phs")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|  |     (arguments | ||||||
|  |      ;; XXX: The PyPI tarball lacks tests and the git repository | ||||||
|  |      ;; fails to determine version. | ||||||
|  |      '(#:tests? #f)) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list python-check-manifest |      (list python-pytest-runner python-setuptools-scm)) | ||||||
|            python-coverage |  | ||||||
|            python-isort |  | ||||||
|            python-mock |  | ||||||
|            python-pydocstyle |  | ||||||
|            python-pytest-cache |  | ||||||
|            python-pytest-cov |  | ||||||
|            python-pytest-pep8 |  | ||||||
|            python-pytest-runner |  | ||||||
|            python-pytest |  | ||||||
|            python-setuptools-scm |  | ||||||
|            python-tox)) |  | ||||||
|     (home-page "https://github.com/inveniosoftware/dictdiffer") |     (home-page "https://github.com/inveniosoftware/dictdiffer") | ||||||
|     (synopsis "Diff and patch Python dictionary objects") |     (synopsis "Diff and patch Python dictionary objects") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue