Commit Graph

7 Commits

Author SHA1 Message Date
Eric Jolibois 9d631a3429 fix(ci): update fastapi tests (#3690)
* use python 3.10 to run fastapi tests

* fix fastapi test call
2022-01-17 22:30:39 +01:00
Eric Jolibois 5ccbdcb590 chore(ci): remove warning filter for fastapi tests (#3001)
Now that https://github.com/tiangolo/fastapi/pull/2790 has been merged
in master, we don't need to filter those warnings anymore
2021-07-19 23:59:08 +01:00
Eric Jolibois 945bc1161f fix(ci): ignore pytest warning for fastapi tests (#2999) 2021-07-19 19:59:08 +02:00
Sebastián Ramírez c7d5259c0d 🔥 Unpin SQLAlchemy version for FastAPI tests (#2865)
as it is now pinned in FastAPI, and soon I will upgrade its version
2021-06-01 14:19:11 +02:00
Samuel Colvin 7b7e70557b trying to fix fastapi tests (#2584)
* trying to fix fastapi tests

* try with 3.8 :-(

* try pinning sqlalchemy
2021-03-26 14:00:32 +00:00
Eric Jolibois f0fc0828f5 chore: unpin pip and fix CI (#2337)
* chore: unpin pip

revert https://github.com/samuelcolvin/pydantic/commit/de0657e4a5495de9378db9fe15a17334c2b0fae5

* fix CI temporarily

* improve caught warning in pytest

Co-authored-by: Thomas Grainger <tagrain@gmail.com>

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
2021-02-11 00:16:14 +01:00
Samuel Colvin 96c9c400bc Move to GitHub actions (#1326)
* trying move to github actions

* move name

* remove travis and cleanup

* macos and windows coverage

* env_vars string

* bump

* bump

* delete old coverage file

* remove coverage.xml

* add 'make test-codecov'

* fix 'make test-codecov'

* beginning build phase

* combined deploy

* try to fix articacts

* remove set.cfg wheel tag

* install cython before build

* fix windows builds

* fix windows builds

* reenable tests

* build docs, test pypi upload

* finalize

* add change description, fix job conditionals
2020-03-21 17:02:07 +00:00