gnu: python-fake-factory: Fix tests. * gnu/packages/python.scm (python-fake-factory, python2-fake-factory)[arguments]: Replace 'check' phase with custom command.
gnu: python-pyaml: Fix tests. * gnu/packages/python.scm (python-pyaml, python2-pyaml)[native-inputs]: Add python-unidecode.
gnu: python-inflection: Fix test requirements. * gnu/packages/python.scm (python-inflection, python2-inflection)[native-inputs]: Add python-pytest.
gnu: python-botocore: Disable tests. * gnu/packages/python.scm (python-botocore, python2-botocore): Set #:tests? #f.
gnu: python-jmespath: Fix tests. * gnu/packages/python.scm (python-jmespath, python2-jmespath)[native-inputs]: Add python-nose.
gnu: python2-fastlmm: Fix test requirements. * gnu/packages/python.scm (python2-fastlmm)[native-inputs]: Add python2-nose.
gnu: python-pyopenssl: Disable tests. * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl)[arguments]: Set #:tests? #f. [native-inputs]: Add python-pytest.
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.
gnu: python-nbconvert: Disable tests. * gnu/packages/python.scm (python-nbconvert, python2-nbconvert)[arguments]: Set #:tests? #f. [native-inputs]: Add python-pytest.
gnu: python-iso8601: Fix test dependencies. * gnu/packages/python.scm (python-iso8601, python2-iso8601)[native-inputs]: Add python-pytest.
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.
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.
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.
gnu: python-testrepository: Disable tests. * gnu/packages/python.scm (python-testrepository, python2-testrepository): Set #:tests? #f.
gnu: python-fixtures: Fix test suite. * gnu/packages/python.scm (python-fixtures, python2-fixtures): Replace 'check' with custom phase. [native-inputs]: Add python-mock.
gnu: python-psutil: Disable tests. * gnu/packages/python.scm (python-psutil, python2-psutil): Disable tests.
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.
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.
gnu: python-cairocffi: Disable tests. * gnu/packages/python.scm (python-cairocffi, python2-cairocffi)[arguments]: Set #:tests? #f.
gnu: python-cairocffi: Use 'modify-phases' syntax. * gnu/packages/python.scm (python-cairocffi)[arguments]: Use 'modify-phases'.