Commit Graph

11 Commits

Author SHA1 Message Date
Dan Smith
83084f72ff Remove future library dependency 2024-05-03 17:56:57 -07:00
Dan Smith
e8c28d7679 Fix default argument parsing on Linux
Fixes #11235
2024-03-11 15:10:57 -07:00
Dan Smith
1981209368 Stop using mock from external packages 2023-02-22 19:23:41 -08:00
Dan Smith
f0671e9e03 Migrate old mox-based tests to mock 2023-02-22 19:23:41 -08:00
Dan Smith
43cad40c75 Pin pytest because of conflict with py/tox
Because of a known issue between the version of py that pytest wants
and the one tox requires, pin pytest to the version before it broke
for the time being. The recent change from @vishwin to allow site
packages means that pip won't install py in the virtualenv and
pytest fails.
2022-12-14 11:56:29 -08:00
Dan Smith
f06187ea55 Fix unit tests to match changes from master 2022-11-22 20:19:21 -08:00
Dan Smith
336d39d32f Fixes for tests under windows 2022-11-21 18:52:00 -08:00
Dan Smith
abdbb93d6f Change pygobject to wxpython for requirements
Accurately reflect what we expect to be installed for the py3
branch.
2022-10-21 16:41:17 -07:00
Dan Smith
ca6c33153d Parity in py3 tests for recent split on master 2022-09-16 17:20:11 -07:00
Dan Smith
b7e2408077 Include pytest-xdist in the test environments
Now that everything runs under pytest, I can run the entire suite on both pythons
in just over two minutes with "tox -- -n auto --dist=loadscope"

#0
2019-02-14 06:39:04 -08:00
Dan Smith
075a9a9c4b [py3] Changes to make test_chirp_common (and deps) work on py3
This is enough to be able to use pytest too, so convert to that.

#495
2019-02-07 09:12:58 -08:00