Commit graph

243 commits

Author SHA1 Message Date
Phillip Cloud
03872e14a7
fix(contourpy): allow wheel usage 2023-08-26 07:47:35 -04:00
Phillip Cloud
b1ca8837b3
chore: add rpds-py versions hashes and bump version in tests 2023-07-20 06:38:25 -04:00
Phillip Cloud
16efab33dd
chore: mirror rpds-py with no wheels 2023-07-16 08:59:53 -04:00
Phillip Cloud
cd54268f81
fix: fix jsonschema wheel build 2023-07-16 08:57:49 -04:00
Phillip Cloud
3f12e27d38
fix: fix jsonschema-specifications wheel build 2023-07-16 08:53:36 -04:00
Phillip Cloud
9877020634
fix: fix referencing wheel build 2023-07-16 08:50:49 -04:00
Phillip Cloud
5066b324b4
fix(rpds-py): ensure that wheel builds work 2023-07-16 08:44:11 -04:00
adisbladis
a2d566fafe Bump flake inputs 2023-07-14 21:32:21 +12:00
adisbladis
96d87dcbd5 Migrate from Niv to Flakes
It's annoying to have two incompatible version managers.
2023-07-14 19:21:55 +12:00
adisbladis
3f72aebfae Redefine Github Actions in Nix using nix-github-actions 2023-07-12 17:45:39 +12:00
adisbladis
11b4de721e tests: Skip broken tests 2023-07-12 15:42:37 +12:00
Phillip Cloud
eaef3a49f2
fix: update rpds-py hash for 0.8.10 release 2023-07-10 07:56:24 -04:00
Phillip Cloud
b14ff901d0
Patch cairocffi wheels and add tests for wheels and non-wheels 2023-07-06 10:21:41 -04:00
Victor Engmark
d83dbcd66d feat: Support pandas 2023-06-21 11:56:52 +12:00
Victor Engmark
addbd798eb fix: Support jupyterlab 4
While retaining jupyterlab 3 support.
2023-06-01 11:31:18 +12:00
adisbladis
6ad5ea8337
Merge pull request #1152 from jbgi/master
Add test for project that depends on pytest-metadata
2023-05-26 11:33:22 +12:00
Phillip Cloud
189d7a6cd6
test: add markdown-it-py wheel test 2023-05-20 05:59:20 -04:00
Jean-Baptiste Giraudeau
30e7c136ff
Fix failing pytest-metadata test with documented workaround 2023-05-03 15:46:59 +02:00
Jean-Baptiste Giraudeau
1fba06e536
Add failing test for project that depends on pytest-metadata 2023-05-03 15:43:13 +02:00
Yang, Bo
eb2a3bfcaa Address review feedback 2023-05-02 21:48:58 -07:00
Phillip Cloud
d3c2b280f5
chore: add tests back 2023-04-19 06:46:11 -04:00
Star Dorminey
529e36ffb0 Format. 2023-04-06 17:19:04 -07:00
Star Dorminey
f50b88aa02 Fix torchvision too. 2023-04-06 17:18:01 -07:00
Star Dorminey
b2421c957a Test works! 2023-04-06 16:44:31 -07:00
Star Dorminey
ebaafed0de Hrm, going to completely disable patchelf. 2023-04-06 16:27:16 -07:00
Star Dorminey
4bea1aaad6 Moo 2023-04-06 15:38:21 -07:00
K900
fb135081ec fix(flake): build poetry with correct poetry2nix 2023-04-05 10:06:33 +03:00
Victor Engmark
de242a31f2 fix: gitlint needs hatch-vcs
Looks like it must be kept in tandem with gitlint-core.
2023-03-30 11:25:29 +13:00
Victor Engmark
735a35e5c5 fix: Add hatch-nodejs-version to jupyter-ydoc >= 0.2.3
See
<https://github.com/jupyter-server/jupyter_ydoc/compare/v0.2.2...v0.2.3>.
2023-03-29 12:13:08 +13:00
Victor Engmark
58ecdc0365 test: Verify mutmut install
Requires #1084 to be fixed first.
2023-03-28 08:19:34 +13:00
Victor Engmark
8ca9ebb501 test: Verify JupyterLab build 2023-03-24 12:43:21 +13:00
Pegasust
654b3a8ed5 +module: fastapi-utils 2023-03-24 12:12:14 +13:00
Pegasust
d5cf5a4d75 +module: returns 2023-03-24 12:11:54 +13:00
Pegasust
9fda178ae4 +module: option 2023-03-24 12:11:54 +13:00
Victor Engmark
ad56f749f3 fix: gitlint-core 0.19 needs hatchling 2023-03-24 11:58:55 +13:00
adisbladis
b6e7b4e761 tests.pendulum: Skip on OSX 2023-03-24 00:54:50 +13:00
adisbladis
573b643d7e tests.pendulum: Use python 3.8
MacOS ci is unreliable and fails with the wheel install on python 3.10.
My guess is that it's an older version of setuptools that's causing this.
2023-03-23 12:04:35 +13:00
adisbladis
4b086d33f5 tests.pendulum: re-lock dependencies
Hopefully this fixes the test on macos
2023-03-22 19:38:35 +13:00
Pegasust
503c66ec2d +module: python-ubersmith 2023-03-14 16:32:11 -07:00
adisbladis
fdaa00df6e
Merge pull request #1014 from l0b0/fix/use-new-overridePythonAttrs
fix: Use new `overridePythonAttrs`
2023-03-06 09:45:49 +13:00
Victor Engmark
ccc444042b fix: Use new overridePythonAttrs
Necessary to override package attributes in newer nixpkgs.
2023-02-28 17:34:34 +13:00
adisbladis
7d4a3a6c36
Merge pull request #1000 from l0b0/build/use-python-3-8-for-compatibility-tests
build: Use Python 3 8 for compatibility tests
2023-02-27 15:46:30 +13:00
Victor Engmark
ced28e20f8 build: Use Python 3.8 for backwards compatibility tests 2023-02-27 14:54:34 +13:00
Victor Engmark
296d14bf6d build: Test preferWheels with newer Python
Required moving to a package for which there are still wheels available.
2023-02-27 14:53:17 +13:00
Victor Engmark
9df29d50e9 chore: Remove unused parameter 2023-02-27 14:52:27 +13:00
Phillip Cloud
f10973334f chore: remove no wheel test and return env from wheel test 2023-02-27 14:44:10 +13:00
Phillip Cloud
638fdfa6e3 chore: pluralize 2023-02-27 14:44:10 +13:00
Phillip Cloud
8846de4b6b test: test bokeh and pillow as well 2023-02-27 14:44:10 +13:00
Phillip Cloud
8b244b8ebd test(panel): add test for panel wheelness 2023-02-27 14:44:10 +13:00
Phillip Cloud
b33995a70a test: only prefer wheel on linux 2023-02-27 14:44:10 +13:00