jackhill/guix/guix.git
7 years agognu: thefuck: Correct inputs and disable tests.
Marius Bakke [Mon, 19 Dec 2016 00:05:52 +0000 (01:05 +0100)]
gnu: thefuck: Correct inputs and disable tests.

* gnu/packages/admin.scm (thefuck)[arguments]: Set #:tests? #f.
[inputs]: Move everything to ...
[propagated-inputs]: ... here. Remove duplicate [inputs] and python-setuptools.
[native-inputs]: Add python-pytest, python-pytest-mock and python-mock.

7 years agognu: git-annex-remote-hubic: Fix python-dateutil dependency.
Marius Bakke [Sat, 17 Dec 2016 23:44:09 +0000 (00:44 +0100)]
gnu: git-annex-remote-hubic: Fix python-dateutil dependency.

This is a followup to 22d7360b1660faeae42ca382b3dc3f999a56d3ca.

* gnu/packages/version-control.scm (git-annex-remote-hubic)[propagated-inputs]:
Change python-dateutil-2 to python-dateutil.

7 years agognu: asciinema: Fix test requirements.
Marius Bakke [Sat, 17 Dec 2016 11:19:41 +0000 (12:19 +0100)]
gnu: asciinema: Fix test requirements.

* gnu/packages/terminals.scm (asciinema)[native-inputs]: Add python-requests.

7 years agognu: pbtranscript-tofu: Disable tests.
Marius Bakke [Fri, 16 Dec 2016 17:15:47 +0000 (18:15 +0100)]
gnu: pbtranscript-tofu: Disable tests.

* gnu/packages/bioinformatics.scm (pbtranscript-tofu)[arguments]: Set #:tests? #f.

7 years agognu: python-beautifulsoup4: Fix python2 variant.
Marius Bakke [Fri, 16 Dec 2016 15:15:41 +0000 (16:15 +0100)]
gnu: python-beautifulsoup4: Fix python2 variant.

This is a followup to 5f37f0b66e301210698ab0c0af24453c826ba18a.

* gnu/packages/python.scm (python-beautifulsoup4)[properties]: New
  field. Delay python2 variant.

7 years agognu: python2-kombu: Disable tests.
Marius Bakke [Fri, 16 Dec 2016 14:33:13 +0000 (15:33 +0100)]
gnu: python2-kombu: Disable tests.

* gnu/packages/python.scm (python2-kombu)[arguments]: Set #:tests? #f.

7 years agognu: python-pyopenssl: Enable tests.
Marius Bakke [Fri, 16 Dec 2016 13:32:34 +0000 (14:32 +0100)]
gnu: python-pyopenssl: Enable tests.

* gnu/packages/patches/python-pyopenssl-skip-network-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl)[source]: Use it.
[arguments]: Replace 'check' with custom phase.

7 years agognu: ptpython: Disable tests.
Marius Bakke [Fri, 16 Dec 2016 12:39:07 +0000 (13:39 +0100)]
gnu: ptpython: Disable tests.

* gnu/packages/python.scm (ptpython, ptpython2)[arguments]: Set #:tests? #f.

7 years agognu: multiqc: Fix test dependencies.
Marius Bakke [Fri, 16 Dec 2016 12:28:49 +0000 (13:28 +0100)]
gnu: multiqc: Fix test dependencies.

* gnu/packages/bioinformatics.scm (multiqc)[native-inputs]: Add python-nose.

7 years agognu: python-sympy: Update to 1.0.
Marius Bakke [Thu, 15 Dec 2016 15:47:13 +0000 (16:47 +0100)]
gnu: python-sympy: Update to 1.0.

* gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.0.
[propagated-inputs]: Add python-mpmath.

7 years agognu: Add python-mpmath.
Marius Bakke [Thu, 15 Dec 2016 14:59:23 +0000 (15:59 +0100)]
gnu: Add python-mpmath.

* gnu/packages/python.scm (python-mpmath, python2-mpmath): New variables.

7 years agognu: idr: Remove explicit wrapper. This is now done implicitly.
Marius Bakke [Fri, 16 Dec 2016 12:16:39 +0000 (13:16 +0100)]
gnu: idr: Remove explicit wrapper. This is now done implicitly.

* gnu/packages/bioinformatics.scm (idr)[arguments]: Remove #:phases.

7 years agognu: idr: Correct inputs.
Marius Bakke [Fri, 16 Dec 2016 12:11:20 +0000 (13:11 +0100)]
gnu: idr: Correct inputs.

* gnu/packages/bioinformatics.scm (idr)[inputs]: Move everything from here ...
[propagated-inputs]: ... to here. Add python-sympy.

7 years agognu: idr: Disable tests.
Marius Bakke [Fri, 16 Dec 2016 12:08:57 +0000 (13:08 +0100)]
gnu: idr: Disable tests.

* gnu/packages/bioinformatics.scm (idr)[arguments]: Set #:tests? #f.

7 years agognu: deeptools: Fix test dependency.
Marius Bakke [Fri, 16 Dec 2016 03:27:35 +0000 (04:27 +0100)]
gnu: deeptools: Fix test dependency.

* gnu/packages/bioinformatics.scm (deeptools)[native-inputs]: Add python-nose.

7 years agognu: clipper: Fix test dependency.
Marius Bakke [Fri, 16 Dec 2016 03:26:32 +0000 (04:26 +0100)]
gnu: clipper: Fix test dependency.

* gnu/packages/bioinformatics.scm (clipper)[native-inputs]: Add python2-nose.

7 years agognu: python-apsw: Fix tests.
Marius Bakke [Fri, 16 Dec 2016 01:45:49 +0000 (02:45 +0100)]
gnu: python-apsw: Fix tests.

* gnu/packages/python.scm (python-apsw, python2-apsw)[arguments]: Use
  'modify-phases'. Add installed PYTHONPATH before running tests.

7 years agognu: python-argcomplete: Fix tests.
Marius Bakke [Fri, 16 Dec 2016 01:16:23 +0000 (02:16 +0100)]
gnu: python-argcomplete: Fix tests.

* gnu/packages/python.scm (python-argcomplete,
  python2-argcomplete)[native-inputs]: Add python-pexpect and tcsh.

7 years agognu: python-widgetsnbextension: Fix tests.
Marius Bakke [Fri, 16 Dec 2016 01:14:54 +0000 (02:14 +0100)]
gnu: python-widgetsnbextension: Fix tests.

* gnu/packages/python.scm (python-widgetsnbextension,
  python2-widgetsnbextension)[native-inputs]: Add python-certifi.

7 years agognu: python-pexpect: Update to 4.2.1.
Marius Bakke [Fri, 16 Dec 2016 01:10:58 +0000 (02:10 +0100)]
gnu: python-pexpect: Update to 4.2.1.

* gnu/packages/python.scm (python-pexpect, python2-pexpect): Update to 4.2.1.
[source]: Use 'pypi-uri'.
[arguments]: Add 'prepare-tests' phase to patch paths and delete network test.
[native-inputs]: Add python-pytest, man-db and which.
[propagated-inputs]: Add python-ptyprocess.

7 years agognu: python-axolotl: Remove workaround for bug #20765.
Marius Bakke [Fri, 16 Dec 2016 00:07:41 +0000 (01:07 +0100)]
gnu: python-axolotl: Remove workaround for bug #20765.

* gnu/packages/python.scm (python-axolotl, python2-axolotl)[arguments]:
Remove #:configure-flags.

7 years agognu: Remove python-dateutil@1.5.
Marius Bakke [Thu, 15 Dec 2016 23:54:48 +0000 (00:54 +0100)]
gnu: Remove python-dateutil@1.5.

* gnu/packages/python.scm (python-dateutil-2, python2-dateutil-2): Rename to ...
(python-dateutil, python2-dateutil): ... this. Remove 1.5 version.
(python-tzlocal, python2-tzlocal): Adjust variable name.
(python-rst.linker, python2-rst.linker): Likewise.
(pelican): Likewise.
(python-matplotlib, python2-matplotlib): Likewise.
(python-sqlalchemy-utils, python2-sqlalchemy-utils): Likewise.
(python-icalendar, python2-icalendar): Likewise.
(python-botocore, python2-botocore): Likewise.
(python-vobject, python2-vobject): Likewise.
(python-arrow, python2-arrow): Likewise.
(python-fake-factory, python2-fake-factory): Likewise.
(python-freezegun, python2-freezegun): Likewise.
(python-aniso8601, python2-aniso8601): Likewise.
* gnu/packages/jrnl.scm (jrnl): Likewise.
* gnu/packages/calendar.scm (limnoria): Likewise.

7 years agognu: python-flask-restplus: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 18:56:44 +0000 (19:56 +0100)]
gnu: python-flask-restplus: Disable tests.

* gnu/packages/python.scm (python-flask-restplus)[arguments]: Set #:tests? #f.

7 years agognu: python-gridmap: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 18:50:12 +0000 (19:50 +0100)]
gnu: python-gridmap: Disable tests.

* gnu/packages/python.scm (python-gridmap, python2-gridmap)[arguments]:
Set #:tests? #f.

7 years agognu: python-hy: Fix test suite.
Marius Bakke [Thu, 15 Dec 2016 18:47:47 +0000 (19:47 +0100)]
gnu: python-hy: Fix test suite.

* gnu/packages/python.scm (python-hy, python2-hy)[arguments]: Replace 'check'
phase with custom command.
[native-inputs]: Add python-coverage and python-nose.

7 years agognu: python-py3status: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 18:09:18 +0000 (19:09 +0100)]
gnu: python-py3status: Disable tests.

* gnu/packages/python.scm (python-py3status)[arguments]: Set #:tests? #f.

7 years agognu: python-pylast: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 18:06:12 +0000 (19:06 +0100)]
gnu: python-pylast: Disable tests.

* gnu/packages/music.scm (python-pylast, python2-pylast)[arguments]:
Set #:tests? #f.

7 years agognu: python-pyserial: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 17:42:22 +0000 (18:42 +0100)]
gnu: python-pyserial: Disable tests.

* gnu/packages/python.scm (python-pyserial, python2-pyserial)[arguments]:
Set #:tests? #f.

7 years agognu: python-pystache: Disable tests for python3 variant.
Marius Bakke [Thu, 15 Dec 2016 17:35:21 +0000 (18:35 +0100)]
gnu: python-pystache: Disable tests for python3 variant.

* gnu/packages/python.scm (python-pystache)[arguments]: Disable tests.
[properties]: New field. Delay python2 variant.
(python2-pystache)[arguments]: Replace 'check' phase with custom command.

7 years agognu: python-pytest-django: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 17:19:34 +0000 (18:19 +0100)]
gnu: python-pytest-django: Disable tests.

* gnu/packages/django.scm (python-pytest-django,
  python2-pytest-django)[arguments]: Set #:tests? #f.

7 years agognu: python-pytest-xdist: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 17:11:43 +0000 (18:11 +0100)]
gnu: python-pytest-xdist: Disable tests.

* gnu/packages/python.scm (python-pytest-xdist,
  python2-pytest-xdist)[arguments]: Set #:tests? #f.

7 years agognu: python-reportlab: Fix tests.
Marius Bakke [Thu, 15 Dec 2016 16:53:49 +0000 (17:53 +0100)]
gnu: python-reportlab: Fix tests.

* gnu/packages/pdf.scm (python-reportlab, python2-reportlab)[arguments]:
Set #:test-target.

7 years agognu: python-rpy2: Fix tests.
Marius Bakke [Thu, 15 Dec 2016 16:42:22 +0000 (17:42 +0100)]
gnu: python-rpy2: Fix tests.

* gnu/packages/python.scm (python-rpy2, python2-rpy2)[arguments]: Replace
  check phase with custom post-install command.

7 years agognu: python-seaborn: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 16:31:29 +0000 (17:31 +0100)]
gnu: python-seaborn: Disable tests.

* gnu/packages/python.scm (python-seaborn, python2-seaborn)[arguments]:
  Disable tests.

7 years agognu: python-sqlalchemy-utils: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 16:26:42 +0000 (17:26 +0100)]
gnu: python-sqlalchemy-utils: Disable tests.

* gnu/packages/python.scm (python-sqlalchemy-utils,
  python2-sqlalchemy-utils)[arguments]: Set #:tests? #f.
  [native-inputs]: Add python-dateutil-2, python-flexmock, python-pcycopg2 and
  python-pytz.

7 years agognu: python-keystoneclient: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 15:53:55 +0000 (16:53 +0100)]
gnu: python-keystoneclient: Disable tests.

* gnu/packages/openstack.scm (python-keystoneclient,
  python2-keystoneclient)[arguments]: Set #:tests? #f.

7 years agognu: python-oauthlib: Fix tests.
Marius Bakke [Thu, 15 Dec 2016 15:49:14 +0000 (16:49 +0100)]
gnu: python-oauthlib: Fix tests.

* gnu/packages/python.scm (python-oauthlib)[native-inputs]:
  Add python-mock.
(python2-oauthlib)[native-inputs]: Inherit python-mock.

7 years agognu: python-tempest-lib: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 14:23:39 +0000 (15:23 +0100)]
gnu: python-tempest-lib: Disable tests.

* gnu/packages/openstack.scm (python-tempest-lib,
  python2-tempest-lib)[arguments]: Set #:tests? #f.

7 years agognu: python-oslo.log: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 14:22:16 +0000 (15:22 +0100)]
gnu: python-oslo.log: Disable tests.

* gnu/packages/openstack.scm (python-oslo.log, python2-oslo.log)[arguments]:
  Set #:tests? #f.

7 years agognu: python-paramiko: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 13:01:27 +0000 (14:01 +0100)]
gnu: python-paramiko: Disable tests.

* gnu/packages/python.scm (python-paramiko, python2-paramiko)[arguments]:
Set #:tests? #f.

7 years agognu: python-oslo.serialization: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 12:55:54 +0000 (13:55 +0100)]
gnu: python-oslo.serialization: Disable tests.

* gnu/packages/openstack.scm (python-oslo.serialization,
  python2-oslo.serialization)[arguments]: Set #:tests? #f.

7 years agognu: python-oslo.utils: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 12:50:55 +0000 (13:50 +0100)]
gnu: python-oslo.utils: Disable tests.

* gnu/packages/openstack.scm (python-oslo.utils,
  python2-oslo.utils)[arguments]: Set #:tests? #f.
  [native-inputs]: Add python-bandit and python-oslo.config.

7 years agognu: python-oslo.config: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 12:49:08 +0000 (13:49 +0100)]
gnu: python-oslo.config: Disable tests.

* gnu/packages/openstack.scm (python-oslo.config,
  python2-oslo.config)[arguments]: Set #:tests? #f.

7 years agognu: python-stevedore: Fix tests.
Marius Bakke [Thu, 15 Dec 2016 12:45:07 +0000 (13:45 +0100)]
gnu: python-stevedore: Fix tests.

* gnu/packages/openstack.scm (python-stevedore,
  python2-stevedore)[native-inputs]: Add python-discover, python-oslosphinx,
  python-sphinx and python-testrepository.

7 years agognu: python-oslo.i18n: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 12:35:57 +0000 (13:35 +0100)]
gnu: python-oslo.i18n: Disable tests.

* gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n)[arguments]:
  Set #:tests? #f.

7 years agognu: python-oslo.context: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 12:31:31 +0000 (13:31 +0100)]
gnu: python-oslo.context: Disable tests.

* gnu/packages/openstack.scm (python-oslo.context,
  python2-oslo.context)[arguments]: Set #:tests? #f.
  [native-inputs]: Add python-coverage, python-hacking, python-mock,
  python-os-client-config, python-oslosphinx and python-sphinx.

7 years agognu: python-debtcollector: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 12:23:56 +0000 (13:23 +0100)]
gnu: python-debtcollector: Disable tests.

* gnu/packages/openstack.scm (python-debtcollector,
  python2-debtcollector)[arguments]: Set #:tests? #f.

7 years agognu: python-termstyle: Fix tests.
Marius Bakke [Thu, 15 Dec 2016 12:17:29 +0000 (13:17 +0100)]
gnu: python-termstyle: Fix tests.

* gnu/packages/python.scm (python-termstyle)[arguments]: Replace 'check' phase
with custom command.

7 years agognu: python-twisted: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 12:11:53 +0000 (13:11 +0100)]
gnu: python-twisted: Disable tests.

* gnu/packages/python.scm (python-twisted, python2-twisted)[arguments]:
Set #:tests? #f.

7 years agognu: python-zope-security: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 11:45:26 +0000 (12:45 +0100)]
gnu: python-zope-security: Disable tests.

* gnu/packages/python.scm (python-zope-security,
  python2-zope-security)[arguments]: Set #:tests? #f.
  [native-inputs]: Add python-six.

7 years agognu: python-zope-location: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 11:42:39 +0000 (12:42 +0100)]
gnu: python-zope-location: Disable tests.

* gnu/packages/python.scm (python-zope-location,
  python2-zope-location)[arguments]: Set #:tests? #f.

7 years agognu: python-zope-proxy: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 11:40:10 +0000 (12:40 +0100)]
gnu: python-zope-proxy: Disable tests.

* gnu/packages/python.scm (python-zope-proxy, python2-zope-proxy)[arguments]:
  Set #:tests? #f.

7 years agognu: python-zope-configuration: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 11:38:04 +0000 (12:38 +0100)]
gnu: python-zope-configuration: Disable tests.

* gnu/packages/python.scm (python-zope-configuration,
  python2-zope-configuration)[arguments]: Set #:tests? #f.

7 years agognu: python-zope-interface: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 11:35:26 +0000 (12:35 +0100)]
gnu: python-zope-interface: Disable tests.

* gnu/packages/python.scm (python-zope-schema,
  python2-zope-schema)[arguments]: Set #:tests? #f.

7 years agognu: python-zope-testrunner: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 11:12:13 +0000 (12:12 +0100)]
gnu: python-zope-testrunner: Disable tests.

* gnu/packages/python.scm (python-zope-testrunner,
  python2-zope-testrunner)[arguments]: Set #:tests? #f.

7 years agognu: snakemake: Update to 3.9.0.
Marius Bakke [Thu, 15 Dec 2016 09:12:38 +0000 (10:12 +0100)]
gnu: snakemake: Update to 3.9.0.

* gnu/packages/python.scm (snakemake): Update to 3.9.0.
[source]: Use 'pypi-uri'.
[arguments]: Disable tests.
[home-page]: Update.

7 years agognu: python-ly: Disable tests.
Marius Bakke [Thu, 15 Dec 2016 09:02:11 +0000 (10:02 +0100)]
gnu: python-ly: Disable tests.

* gnu/packages/python.scm (python-ly): Set #:tests? #f.

7 years agognu: python-scikit-image: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 22:01:40 +0000 (23:01 +0100)]
gnu: python-scikit-image: Disable tests.

* gnu/packages/python.scm (python-scikit-image,
  python2-scikit-image)[arguments]: Set #:tests? #f.

7 years agognu: python-jedi: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 21:59:56 +0000 (22:59 +0100)]
gnu: python-jedi: Disable tests.

* gnu/packages/python.scm (python-jedi, python2-jedi)[arguments]: Disable
  tests.
  [native-inputs]: Add python-pytest.

7 years agognu: python-rdflib: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 21:24:50 +0000 (22:24 +0100)]
gnu: python-rdflib: Disable tests.

* gnu/packages/rdf.scm (python-rdflib)[arguments]: Set #:tests? #f.
[native-inputs]: Add python-nose.
(python2-rdflib)[inputs]: Remove field. Use 'package-with-python2'.

7 years agognu: python-clint: Fix tests.
Marius Bakke [Wed, 14 Dec 2016 21:07:38 +0000 (22:07 +0100)]
gnu: python-clint: Fix tests.

* gnu/packages/python.scm (python-clint, python2-clint)[native-inputs]: Add
  python-pytest.
  [arguments]: Replace 'check' phase with custom command.

7 years agognu: python-fake-factory: Fix tests.
Marius Bakke [Wed, 14 Dec 2016 21:01:36 +0000 (22:01 +0100)]
gnu: python-fake-factory: Fix tests.

* gnu/packages/python.scm (python-fake-factory,
  python2-fake-factory)[arguments]: Replace 'check' phase with custom command.

7 years agognu: python-pyaml: Fix tests.
Marius Bakke [Wed, 14 Dec 2016 18:53:21 +0000 (19:53 +0100)]
gnu: python-pyaml: Fix tests.

* gnu/packages/python.scm (python-pyaml, python2-pyaml)[native-inputs]: Add
  python-unidecode.

7 years agognu: python-inflection: Fix test requirements.
Marius Bakke [Wed, 14 Dec 2016 18:50:44 +0000 (19:50 +0100)]
gnu: python-inflection: Fix test requirements.

* gnu/packages/python.scm (python-inflection,
  python2-inflection)[native-inputs]: Add python-pytest.

7 years agognu: python-botocore: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 18:49:35 +0000 (19:49 +0100)]
gnu: python-botocore: Disable tests.

* gnu/packages/python.scm (python-botocore, python2-botocore): Set #:tests? #f.

7 years agognu: python-jmespath: Fix tests.
Marius Bakke [Wed, 14 Dec 2016 18:45:46 +0000 (19:45 +0100)]
gnu: python-jmespath: Fix tests.

* gnu/packages/python.scm (python-jmespath, python2-jmespath)[native-inputs]:
  Add python-nose.

7 years agognu: python2-fastlmm: Fix test requirements.
Marius Bakke [Wed, 14 Dec 2016 18:38:50 +0000 (19:38 +0100)]
gnu: python2-fastlmm: Fix test requirements.

* gnu/packages/python.scm (python2-fastlmm)[native-inputs]: Add python2-nose.

7 years agognu: python-biom-format: Fix tests.
Marius Bakke [Wed, 14 Dec 2016 18:18:26 +0000 (19:18 +0100)]
gnu: python-biom-format: Fix tests.

* gnu/packages/bioinformatics.scm (python-biom-format,
  python2-biom-format)[native-inputs]: Add python-nose.

7 years agognu: python-pyopenssl: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 17:34:48 +0000 (18:34 +0100)]
gnu: python-pyopenssl: Disable tests.

* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl)[arguments]:
Set #:tests? #f.
[native-inputs]: Add python-pytest.

7 years agognu: python-hypothesis: Don't propagate test inputs.
Marius Bakke [Wed, 14 Dec 2016 16:35:28 +0000 (17:35 +0100)]
gnu: python-hypothesis: Don't propagate test inputs.

* gnu/packages/python.scm (python-hypothesis,
  python2-hypothesis)[propagated-inputs]: Move everything from here ...
  [native-inputs]: ... to here.
(python2-hypothesis)[native-inputs]: Append inherited native-inputs.

7 years agognu: python-nbconvert: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 11:59:40 +0000 (12:59 +0100)]
gnu: python-nbconvert: Disable tests.

* gnu/packages/python.scm (python-nbconvert, python2-nbconvert)[arguments]:
Set #:tests? #f.
[native-inputs]: Add python-pytest.

7 years agognu: python-iso8601: Fix test dependencies.
Marius Bakke [Wed, 14 Dec 2016 11:47:22 +0000 (12:47 +0100)]
gnu: python-iso8601: Fix test dependencies.

* gnu/packages/python.scm (python-iso8601, python2-iso8601)[native-inputs]:
  Add python-pytest.

7 years agognu: python-django-filter: Fix test suite.
Marius Bakke [Wed, 14 Dec 2016 11:43:36 +0000 (12:43 +0100)]
gnu: python-django-filter: Fix test suite.

* gnu/packages/django.scm (python-django-filter,
  python2-django-filter)[arguments]: Replace 'check' phase with custom command.

7 years agognu: python-django-simple-math-captcha: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 11:40:13 +0000 (12:40 +0100)]
gnu: python-django-simple-math-captcha: Disable tests.

* gnu/packages/django.scm (python-django-simple-math-captcha,
  python2-django-simple-math-captcha)[arguments]: Set #:tests? #f.

7 years agognu: python-mox3: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 11:02:45 +0000 (12:02 +0100)]
gnu: python-mox3: Disable tests.

* gnu/packages/openstack.scm (python-mox3, python2-mox3)[arguments]: Disable
  tests.
  [native-inputs]: Add python-oslosphinx and python-sphinx.

7 years agognu: python-hacking: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 10:27:11 +0000 (11:27 +0100)]
gnu: python-hacking: Disable tests.

* gnu/packages/openstack.scm (python-hacking, python2-hacking)[arguments]:
Set #:tests? #f.

7 years agognu: python-flake8-2.2.4: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 10:25:02 +0000 (11:25 +0100)]
gnu: python-flake8-2.2.4: Disable tests.

* gnu/packages/python.scm (python-flake8-2.2.4,
  python2-flake8-2.2.4)[arguments]: Set #:tests? #f.

7 years agognu: python-pep8-1.5.7: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 10:21:50 +0000 (11:21 +0100)]
gnu: python-pep8-1.5.7: Disable tests.

* gnu/packages/python.scm (python-pep8-1.5.7, python2-pep8-1.5.7)[arguments]:
Set #:tests? #f.

7 years agognu: python-pyflakes-0.8.1: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 10:19:11 +0000 (11:19 +0100)]
gnu: python-pyflakes-0.8.1: Disable tests.

* gnu/packages/python.scm (python-pyflakes-0.8.1,
  python2-pyflakes-0.8.1)[arguments]: Set #:tests? #f.

7 years agognu: python-testrepository: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 09:46:47 +0000 (10:46 +0100)]
gnu: python-testrepository: Disable tests.

* gnu/packages/python.scm (python-testrepository, python2-testrepository):
Set #:tests? #f.

7 years agognu: python-fixtures: Fix test suite.
Marius Bakke [Wed, 14 Dec 2016 09:38:26 +0000 (10:38 +0100)]
gnu: python-fixtures: Fix test suite.

* gnu/packages/python.scm (python-fixtures, python2-fixtures): Replace 'check'
  with custom phase.
  [native-inputs]: Add python-mock.

7 years agognu: python-psutil: Disable tests.
Marius Bakke [Wed, 14 Dec 2016 09:18:33 +0000 (10:18 +0100)]
gnu: python-psutil: Disable tests.

* gnu/packages/python.scm (python-psutil, python2-psutil): Disable tests.

7 years agognu: python-sphinx-rtd-theme: Build with python-sphinx.
Leo Famulari [Wed, 14 Dec 2016 01:51:26 +0000 (20:51 -0500)]
gnu: python-sphinx-rtd-theme: Build with python-sphinx.

* gnu/packages/python.scm (python-sphinx-rtd-theme,
python2-sphinx-rtd-theme)[propagated-inputs]: Add python-sphinx.

7 years agognu: python-zope-schema: Build with python-zope-exceptions.
Leo Famulari [Wed, 14 Dec 2016 01:45:50 +0000 (20:45 -0500)]
gnu: python-zope-schema: Build with python-zope-exceptions.

* gnu/packages/python.scm (python-zope-schema,
python2-zope-schema)[propagated-inputs]: Add python-zope-schema.

7 years agognu: python-cairocffi: Disable tests.
Marius Bakke [Tue, 13 Dec 2016 18:30:21 +0000 (19:30 +0100)]
gnu: python-cairocffi: Disable tests.

* gnu/packages/python.scm (python-cairocffi, python2-cairocffi)[arguments]:
Set #:tests? #f.

7 years agognu: python-cairocffi: Use 'modify-phases' syntax.
Marius Bakke [Tue, 13 Dec 2016 18:28:27 +0000 (19:28 +0100)]
gnu: python-cairocffi: Use 'modify-phases' syntax.

* gnu/packages/python.scm (python-cairocffi)[arguments]: Use 'modify-phases'.

7 years agognu: python-xcffib: Disable tests.
Marius Bakke [Tue, 13 Dec 2016 18:25:49 +0000 (19:25 +0100)]
gnu: python-xcffib: Disable tests.

* gnu/packages/python.scm (python-xcffib, python2-xcffib)[arguments]:
Set #:tests? #f.

7 years agognu: python-xcffib: Use 'modify-phases' syntax.
Marius Bakke [Tue, 13 Dec 2016 18:15:21 +0000 (19:15 +0100)]
gnu: python-xcffib: Use 'modify-phases' syntax.

* gnu/packages/python.scm (python-xcffib)[arguments]: Use 'modify-phases'.

7 years agognu: python-requests: Disable tests.
Marius Bakke [Tue, 13 Dec 2016 18:07:30 +0000 (19:07 +0100)]
gnu: python-requests: Disable tests.

* gnu/packages/python.scm (python-requests, python2-requests,
python-requests-2.7)[native-inputs]: Remove field.
[arguments]: New field. Set #:tests? #f.

7 years agognu: python-click: Fix tests.
Marius Bakke [Tue, 13 Dec 2016 17:51:01 +0000 (18:51 +0100)]
gnu: python-click: Fix tests.

* gnu/packages/python.scm (python-click, python2-click)[arguments]: Replace
'check' with custom phase.
[native-inputs]: Add python-pytest.

7 years agognu: python-tornado: Disable tests.
Marius Bakke [Tue, 13 Dec 2016 11:48:04 +0000 (12:48 +0100)]
gnu: python-tornado: Disable tests.

* gnu/packages/python.scm (python-tornado, python2-tornado)[arguments]:
Set #:tests? #f.

7 years agognu: python-sphinx: Disable tests.
Marius Bakke [Tue, 13 Dec 2016 11:01:52 +0000 (12:01 +0100)]
gnu: python-sphinx: Disable tests.

* gnu/packages/python.scm (python-sphinx, python2-sphinx)[arguments]:
Set #:tests? #f.

7 years agognu: python-pygments: Disable tests.
Marius Bakke [Tue, 13 Dec 2016 09:47:59 +0000 (10:47 +0100)]
gnu: python-pygments: Disable tests.

* gnu/packages/python.scm (python-pygments, python2-pygments)[arguments]:
Set #:tests? #f.

7 years agognu: python-coverage: Disable tests.
Marius Bakke [Tue, 13 Dec 2016 08:50:08 +0000 (09:50 +0100)]
gnu: python-coverage: Disable tests.

* gnu/packages/python.scm (python-coverage, python2-coverage)[arguments]:
Set #:tests? #f.

7 years agognu: python-six: Fix test dependencies.
Marius Bakke [Tue, 13 Dec 2016 04:34:25 +0000 (05:34 +0100)]
gnu: python-six: Fix test dependencies.

* gnu/packages/python.scm (python-six, python2-six)[native-inputs]: Add
python-py and python-pytest.

7 years agognu: python-py: Disable tests.
Marius Bakke [Tue, 13 Dec 2016 00:19:07 +0000 (01:19 +0100)]
gnu: python-py: Disable tests.

* gnu/packages/python.scm (python-py, python2-py)[arguments]: Set #:tests? #f.

7 years agobuild-system/python: Make sure 'check' returns failures.
Marius Bakke [Sun, 11 Dec 2016 23:25:27 +0000 (00:25 +0100)]
build-system/python: Make sure 'check' returns failures.

* guix/build/python-build-system.scm (check): Wrap 'call-setuppy' in 'if' so
that it actually fails when the tests fail. Print informational message when
skipped.

7 years agognu: xf86-input-keyboard: Update to 1.9.0.
Marius Bakke [Tue, 13 Dec 2016 19:39:01 +0000 (20:39 +0100)]
gnu: xf86-input-keyboard: Update to 1.9.0.

* gnu/packages/xorg.scm (xf86-input-keyboard): Update to 1.9.0.

7 years agognu: xf86-video-ati: Update to 7.8.0.
Marius Bakke [Tue, 13 Dec 2016 19:37:13 +0000 (20:37 +0100)]
gnu: xf86-video-ati: Update to 7.8.0.

* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.8.0.

7 years agognu: xf86-input-libinput: Update to 0.23.0.
Marius Bakke [Tue, 13 Dec 2016 19:31:29 +0000 (20:31 +0100)]
gnu: xf86-input-libinput: Update to 0.23.0.

* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.23.0.