Commit Graph
100 Commits
Author SHA1 Message Date
Drew Risinger 0e7d871210 testing: timeout long tests
https://github.com/NixOS/nixpkgs/issues/102724
2020-11-30 22:55:25 -08:00
Drew Risinger f13c73c093 python3Packages.qiskit: 0.20.0 -> 0.23.1 2020-11-30 22:55:25 -08:00
Drew Risinger 18899e6aef python3Packages.qiskit-aqua: 0.7.5 -> 0.8.1 2020-11-30 22:55:25 -08:00
Drew Risinger cf115f9320 python3Packages.qiskit-ignis: 0.4.0 -> 0.5.1 2020-11-30 22:55:25 -08:00
Drew Risinger d6859df0d5 python3Packages.qiskit-aer: 0.6.1 -> 0.7.1 2020-11-30 22:55:25 -08:00
Drew Risinger 53bfcf5058 python3Packages.qiskit-ibmq-provider: disable optional packages by default
Disables visualization packages in the user environment by default.
Allows running leaner/faster import environments by default.
Packages can still be added with override or manually adding to environment.
2020-11-30 22:55:25 -08:00
Drew Risinger 4a57cce048 python3Packages.qiskit-ibmq-provider: 0.8.0 -> 0.11.1 2020-11-30 22:55:25 -08:00
Drew Risinger bd7ff34cb1 python3Packages.qiskit-terra: disable flaky & slow tests 2020-11-30 22:55:25 -08:00
Drew Risinger 3f2a308c28 python3Packages.qiskit-terra: disable optional packages by default
Removes visualization packages from default install.
They can still be added to environment manually or by overriding
the argument.
2020-11-30 22:55:25 -08:00
Drew Risinger 562978e048 python3Packages.qiskit-terra: 0.15.1 -> 0.16.1 2020-11-30 22:55:25 -08:00
Drew Risinger 074d7a923a python3Packages.retworkx: 0.4.0 -> 0.6.0 2020-11-30 22:55:25 -08:00
Drew Risinger 901872da17 python3Packages.pylatexenc: 2.7 -> 2.8 2020-11-30 22:55:25 -08:00
Drew Risinger e60417ade9 python3Packages.pproxy: 2.3.2 -> 2.3.7 2020-11-30 22:55:25 -08:00
Drew Risinger 53a38fa412 python3Packages.fastjsonschema: 2.14.4 -> 2.14.5 2020-11-30 22:55:25 -08:00
Drew Risinger 84b0e7426c pythonPackages.docplex: 2.15.194 -> 2.16.196 2020-11-30 22:55:25 -08:00
Drew Risinger e9a5187d1e pythonPackages.pyqtgraph: convert to pyqt5 2020-11-23 22:12:24 -08:00
Drew Risinger 1849bc57be pythonPackages.pandas: convert to pytestCheckHook 2020-11-05 15:47:09 -08:00
Drew Risinger ac8aff99bf pythonPackages.pandas: cleanup
* Sort imports
* add changelog
2020-11-05 15:47:09 -08:00
Drew Risinger 5f4c238ea5 python3Packages.pytest-timeout: 1.3.3 -> 1.4.2
* Update version
* switch to pytestCheckHook
* Update meta: hompage & changelog
* explicit runtime dependency on pytest

Based on work by @jpgu-epam in #97527.
2020-10-29 12:39:11 -07:00
Drew Risinger 43200b172a python3Packages.dask: 2.22.0 -> 2.25.0
Update meta homepage & changelog links.
https://github.com/dask/dask/releases/tag/2.25.0
Changelog: https://docs.dask.org/en/latest/changelog.html
2020-10-25 10:42:56 +01:00
Drew Risinger 6a750f2466 pythonPackages.arrow: 0.15.8 -> 0.17.0 2020-10-12 11:58:14 -07:00
Drew Risinger 4f36ce4aff python3Packages.cvxpy: 1.1.5 -> 1.1.6 2020-10-07 22:59:17 -07:00
Drew Risinger a2e6852a69 python3Packages.cirq: 0.8.2 -> 0.9.1 2020-10-07 22:29:04 -07:00
Drew Risinger 6e34b3e6fe libcint: 3.1.1 -> 4.0.2
Add changelog
2020-10-07 09:04:39 -04:00
Drew Risinger ba886f7b1a verilog: add tests
Run recommended self-tests from iverilog's CI.

Tests add about a minute to the build time on local machine
(2 -> 3 mins).
2020-09-22 13:58:15 -04:00
Drew Risinger 0d9a6e2da5 verilog: cleanup
Meta attributes were out of date or not in current style,
and some attributes of derivation were redundant.
2020-09-22 13:58:06 -04:00
Drew Risinger c24b9331e0 pythonPackages.Mako: convert to pytestCheckHook
* Expands testing by disabling only known failing tests on pypy.
* Update issue links to GitHub repo.
2020-09-22 09:06:39 -07:00
Drew Risinger 7a8fd8de93 pythonPackages.Mako: cleanup meta
* Update homepage to HTTPS
* Add changelog
2020-09-22 09:06:39 -07:00
Drew Risinger 143289ad5b pythonPackages.WSME: fix build
* Remove unneeded patch
* Run tests properly (misspelled before)
* Update homepage & add changelog
* Sort dependencies
2020-09-21 10:55:45 -07:00
Drew Risinger d45ea33a85 pythonPackages.pecan: 1.3.3 -> 1.4.0
* Update Homepage
* Add Changelog
* Convert to pytestCheckHook
* Remove buildInputs, corrected to propagatedBuildInputs or checkInputs as appropriate.
  This caused downstream failures because some required packages were not in the runtime closure (PYTHONPATH).
2020-09-21 10:55:45 -07:00
Drew Risinger 6e4908a52d spyder: 4.1.4 -> 4.1.5
Changelog: https://github.com/spyder-ide/spyder/blob/master/CHANGELOG.md#version-415-2020-09-01
* Meta: update homepage, add downloadPage & changelog
2020-09-21 09:55:45 -07:00
Drew Risinger 9dc654234a pythonPackages.spyder-kernels: 1.9.3 -> 1.9.4
* Meta: add changelog & download page, update homepage
2020-09-21 09:55:45 -07:00
Drew Risinger 3b6800c76a python3Packages.spyder: fix build
* Remove version locks that don't match what's in nixpkgs
2020-09-21 09:53:44 -07:00
Drew Risinger 85ce380564 terraform-compliance: fix build
* Disables lock of pythonPackages.ipython to allow
    building with what's in nixpkgs
2020-09-21 00:06:27 -04:00
Drew Risinger 4e435eee31 pythonPackages.cfn-lint: 0.35.0 -> 0.35.1
* Update version
* Cleanup packaging: run tests & use GitHub source
* Meta: add changelog
2020-09-20 11:30:00 -07:00
Drew Risinger 60df61b67e mk-python-derivation: document pyproject format
Optional setting of format == "pyproject", "egg" had been documented
in the manual, but they weren't listed in the function header for
``mk-python-derivation.nix``.
2020-09-16 17:38:41 +02:00
Drew Risinger 289825ae8a python3Packages.tinydb: 3.14.1 -> 4.1.1
* Fix license
* Update version
* Update homepage & URL links
* Disable on python2.7 (no longer supported).
2020-09-16 11:16:01 -04:00
Drew Risinger 1d86636aca python27Packages.anytree: fix build
Tests fail on python2.7 b/c the tests use enums (python 3.4+).
Follow-on from #97761.
Converts tests to use pytestCheckHook for easier test disabling.
2020-09-12 11:39:29 -04:00
Drew Risinger 8f6436a825 python3Packages.parso: disable on python 2.7
* Disabled on python 2.7
* Updated meta
* Changed to pytestCheckHook
2020-09-10 15:09:01 -07:00
Drew Risinger b03c729c88 python3Packages.nmigen: fix build
Tried to debug failure & traced it to subprocess.Popen calling fork_exec()
with a bad path, but couldn't reproduce error from manual debugging
using ``nix-shell``.

Bad path meaning that most paths were of form /nix/store/.../bin/sby,
but one path was "sby" only. That's my only guess as to what would
be causing this failure.
2020-09-09 20:04:41 -07:00
Drew Risinger 9fae7b21ef python3Packages.pyfakefs: disable on py2.7
* No longer supports python < 3.5, so disabled.
* Enables tests that were disabled due to bugs.
* Add changelog
2020-09-09 20:01:37 -07:00
Drew Risinger ab525faf05 python3Packages.cirq: unbreak
Remove unneeded test disables.
Add changelog.
Unpin most python dependencies.
2020-09-02 09:08:45 -07:00
Drew Risinger 06313ef348 python3Packages.cvxpy: 1.1.4 -> 1.1.5
Changelog: https://github.com/cvxgrp/cvxpy/releases/tag/v1.1.5

Other updates:
    * Update to pytestCheckHook
    * Disable slowest tests
    * Add changelog
2020-08-28 14:09:37 +02:00
Drew Risinger b72fd5c9df python3Packages.cvxpy: 1.1.4 -> 1.1.5
Changelog: https://github.com/cvxgrp/cvxpy/releases/tag/v1.1.5

Other updates:
    * Update to pytestCheckHook
    * Disable slowest tests
    * Add changelog
2020-08-27 23:05:57 -07:00
Drew Risinger 4dee731f4a python3Packages.qiskit: 0.19.6 -> 0.20.0 2020-08-25 16:13:41 -07:00
Drew Risinger b5070a4fd6 python3Packages.qiskit-aqua: 0.7.3 -> 0.7.5 2020-08-25 16:13:41 -07:00
Drew Risinger ec94311dfc python3Packages.qiskit-ignis: 0.3.3 -> 0.4.0 2020-08-25 16:13:41 -07:00
Drew Risinger 1a8d96e642 python3Packages.qiskit-ibmq-provider: 0.7.2 -> 0.8.0 2020-08-25 16:13:41 -07:00
Drew Risinger d0c96f2cbe python3Packages.qiskit-aer: 0.5.2 -> 0.6.1 2020-08-25 16:13:41 -07:00
Drew Risinger 886a9bced5 python3Packages.yfinance: init at 0.1.54 2020-08-25 16:13:41 -07:00
Drew Risinger 9e8218bb25 python3Packages.multitasking: init at 0.0.9
Dependency for python3Packages.yfinance
2020-08-25 16:13:41 -07:00
Drew Risinger a9987f8053 python3Packages.qiskit-terra: 0.14.2 -> 0.15.1 2020-08-25 16:13:41 -07:00
Drew Risinger 5c60872dfb python3Packages.retworkx: 0.3.4 -> 0.4.0
Also compile from source using Rust. Now possible b/c pyo3/maturin
work on Rust stable.
2020-08-25 16:13:41 -07:00
Drew Risinger 1e8b74f393 muparserx: init at 4.0.8 2020-08-25 16:13:41 -07:00
Drew Risinger 59e13f65fb python3Packages.pylatexenc: 2.4 -> 2.7 2020-08-25 16:13:41 -07:00
Drew Risinger b04ff1ff99 python3Packages.cvxpy: 1.1.3 -> 1.1.4 2020-08-15 12:04:46 +02:00
Drew Risinger 9a8070cdab python3Packages.osqp: disable failing tests
Tests fail on pythonPackages.scipy >= 1.5.0.
This was raised in https://github.com/oxfordcontrol/osqp-python/issues/44
They are being addressed in
https://github.com/oxfordcontrol/osqp-python/pull/46,
and should be re-enabled for the next release.
2020-08-15 12:04:46 +02:00
Drew Risinger ccb6b07c89 reno: 2.3.2 -> 3.1.0
Fix execution, and upgrade to latest version.
2020-08-10 19:55:40 -04:00
Drew Risinger 7e8d919787 python3Packages.pygogo: init at 0.13.2 2020-07-13 11:13:03 -07:00
Drew Risinger c8e496ecc5 pythonPackages.pkutils: init at 1.1.1 2020-07-13 11:13:03 -07:00
Drew Risinger 4ab1c2b032 apache-airflow: unbreak
Unpins some dependencies to unbreak. Removes unused python dependencies,
and corrects some dependency replacements
2020-07-01 23:25:12 -04:00
Drew Risinger 8ec02758c0 pythonPackages.flask-appbuilder: unpin flask-login 2020-07-01 23:24:46 -04:00
Drew Risinger 5818654847 pythonPackages.semver: 2.8.1 -> 2.10.2 2020-07-01 22:51:41 -04:00
Drew Risinger 2396eb646d conan: 1.25.0 -> 1.27.0
Switch to fetching source from GitHub vs PyPi, which will enable running
packaging tests in the future.
2020-07-01 12:45:39 -07:00
Drew Risinger ea5a79c4a3 conan: enable pythonPackages.six > 1.14.0 2020-07-01 12:45:39 -07:00
Drew Risinger 08df77da32 python3Packages.qasm2image: mark broken
Reasons: Last update was Oct 2018 (no activity on GitHub since), failed
tests don't error out the build (i.e. failed build can still succeed),
and this package has not been kept updated to reflect the changing
python3Packages.qiskit API.
2020-07-01 10:37:29 -07:00
Drew Risinger 8fb624ceff python3Packages.cssselect2: unbreak
Imports were out of date. v0.3.0 no longer supports python2.
2020-07-01 10:37:29 -07:00
Drew Risinger 20237cc9e5 python3Packages.tinycss2: unbreak
Newly breaking due to changes in pytest-flake8, resolved with upstream
patch.

Took the opportunity to clean up the package a little bit too, remove
unnecessary patch.
2020-07-01 10:37:29 -07:00
Drew Risinger 265e567557 python3Packages.qiskit: 0.19.1 -> 0.19.6 2020-07-01 10:37:29 -07:00
Drew Risinger ed69f06e02 python3Packages.qiskit-aqua: 0.7.0 -> 0.7.3 2020-07-01 10:37:29 -07:00
Drew Risinger d4dd524948 python3Packages.qiskit-ibmq-provider: 0.7.0 -> 0.7.2 2020-07-01 10:37:29 -07:00
Drew Risinger 0242e11c53 python3Packages.qiskit-ignis: 0.3.0 -> 0.3.3 2020-07-01 10:37:29 -07:00
Drew Risinger 1c8371b488 python3Packages.qiskit-aer: 0.5.1 -> 0.5.2 2020-07-01 10:37:29 -07:00
Drew Risinger 50f9065e30 python3Packages.qiskit-terra: 0.14.1 -> 0.14.2 2020-07-01 10:37:29 -07:00
Drew Risinger 9962a039b3 python3Packages.retworkx: 0.3.3 -> 0.3.4
Fix issue with hash lookup that failed on python3.8.
2020-07-01 10:37:29 -07:00
Drew Risinger ec7dbdb74c python3Packages.cirq: 0.6.1 -> 0.8.0 2020-05-14 16:45:56 -07:00
Drew Risinger 25f5b20335 python3Packages.qiskit: 0.18.2 -> 0.19.1 2020-05-12 11:32:40 -07:00
Drew Risinger 2bb34b82a5 python3Packages.qiskit-aqua: 0.6.6 -> 0.7.0 2020-05-12 11:32:40 -07:00
Drew Risinger 3a288681c3 python3Packages.qiskit-ibmq-provider: 0.6.1 -> 0.7.0 2020-05-12 11:32:40 -07:00
Drew Risinger 512e77a30f python3Packages.qiskit-ignis: fixup 2020-05-12 11:32:40 -07:00
Drew Risinger d1adc1e55a python3Packages.qiskit-aer: 0.5.0 -> 0.5.1 2020-05-12 11:32:40 -07:00
Drew Risinger 387b751d0a python3Packages.qiskit-terra: 0.13.0 -> 0.14.1 2020-05-12 11:32:40 -07:00
Drew Risinger 74af87d50f pythonPackages.pylatexenc: 2.2 -> 2.4 2020-05-12 11:32:40 -07:00
Drew Risinger 4454ca488c conan: 1.24.0 -> 1.25.0 2020-05-06 11:14:32 -07:00
Drew Risinger cae48ccad3 conan: unbreak with deprecation>=2.1 2020-05-06 09:46:18 -07:00
Drew Risinger b87b654bdf pythonPackages.deprecation: 2.0.7 -> 2.1.0 2020-05-06 09:46:18 -07:00
Drew Risinger 4238afcfef python3Packages.qiskit: 0.17.0 -> 0.18.2 2020-04-23 20:33:19 -04:00
Drew Risinger c17bbad264 python3Packages.qiskit-ibmq-provider: 0.6.0 -> 0.6.1 2020-04-23 20:33:19 -04:00
Drew Risinger 19abfc4e36 python3Packages.qiskit-aqua: 0.6.5 -> 0.6.6 2020-04-23 18:02:18 -04:00
Drew Risinger 88d49347f4 python3Packages.qiskit-ignis: 0.2.0 -> 0.3.0 2020-04-23 18:02:18 -04:00
Drew Risinger aec8e04689 python3Packages.qiskit-aer: 0.4.1 -> 0.5.0 2020-04-23 18:02:18 -04:00
Drew Risinger c6ea35d599 python3Packages.qiskit-terra: 0.12.0 -> 0.13.0
Also add in optional visualization inputs as default to ensure that
they are in the environment when used at runtime.
Some hacks to avoid packaging retworkx (uses a semi-complicated Rust ->
Python packaging system, will try to get that packaged in future).
For now, just disabling retworkx, will need to package it in future.
2020-04-23 18:02:18 -04:00
Drew Risinger e218af21ab python3Packages.retworkx: init at 0.3.3
Replacement for networkx in qiskit-terra.
2020-04-23 18:02:18 -04:00
Drew Risinger 1940e83201 python3Packages.fastjsonschema: init at 2.14.4 2020-04-23 18:02:18 -04:00
Drew Risinger 69a7c3ba2d pythonPackages.python-constraint: init at 1.4.0 2020-04-23 18:02:18 -04:00
Drew af3e5fc48a pythonPackages.arrow: fix license (#85803) 2020-04-22 16:40:23 -04:00
Drew Risinger 512a85d334 pythonPackages.pylatexenc: 2.1 -> 2.2 2020-04-21 20:23:17 -07:00
Drew Risinger 0b6602c9a2 python3Packages.cirq: fix test failures (ZHF)
Also build on aarch64 by disabling a few failing tests.
2020-04-16 18:44:02 -07:00
Drew Risinger 9fe0d579c2 python3Packages.cvxpy: 1.0.25 -> 1.0.31 2020-04-09 17:47:27 -04:00
Drew Risinger 09cd8b63b0 python3Packages.qiskit-aqua: disable slow tests
Arbitrarily disable any tests > 10s on my machine to lighten the build
load (both for borg CI & Hydra builds). All disabled slow tests pass
locally.
2020-04-07 18:41:16 -07:00