Commit Graph

6 Commits

Author SHA1 Message Date
Arnau Casau 04392eaf3c
Update python version to 3.8-3.11 (#33)
* Update python version to 3.8-3.11

* Update pyproject.toml
2023-10-24 11:00:51 -04:00
Eric Arellano 4b8020a535
Remove Sphinx HTML template overrides (#22)
We should instead use the templates from qiskit-sphinx-theme. Repos should not override those unless they have a compelling reason.

This PR also:

    Activates jQuery because Sphinx 6 no longer activates it by default. The qiskit-sphinx-theme needs it to work.
    Pins the Sphinx theme for more stability. I will update whenever we make minor releases.
2023-05-05 09:51:57 -04:00
Matthew Treinish 9ec1b61e2c
Update tox configuration for tox 4 compatibility (#19)
This commit updates the tox configuration to support running with tox4.
Tox 4, is a major rewrite of the internals of tox and several things
behave quite differently and the configuration format had a large number
of breaking changes. This commit should hopefully enable running tox 3
or tox 4 without issue now.
2023-01-24 07:18:54 -05:00
Matthew Treinish 50c6f0f697
Set per test timeout to CI
To ensure that CI doesn't take too long running the neko test suite we
should set a per test timeout. This commit sets a 120 second timeout per
test in CI. While the test suite is still small setting this limit early
will hopefully mean the test suite doesn't take hours to run as the
number of tests grow.
2022-02-03 09:06:25 -05:00
Matthew Treinish 4c08e95a46
Split out tox job for neko tests from unittests and fix issues
This commit splits out the tox job configuration for the neko
integration tests from the unittests. Previously the default tox
job was running unittests and the integration tests. This was less than
ideal because sometimes you want to just run unittests and not the neko
test suite. In doing this split some issues in the recent changes made
to the neko framework were identified and fixed as part of this.
2022-01-07 13:23:17 -05:00
Matthew Treinish 0932909ff7
Initial commit 2022-01-07 10:36:46 -05:00