Commit graph

5 commits

Author SHA1 Message Date
Darylgolden
6018ebf445 Revert "Merge branch 'main' of https://github.com/ManimCommunity/manim"
This reverts commit e7f9d23aa7, reversing
changes made to afe91d02b6.
2023-07-31 15:29:39 +08:00
Benjamin Hackl
f65991c289
Fixed segmentation faults from doctests under Python 3.10 (#2994)
* ignore *opengl* glob for module doctests again

* removed custom pytest_report_header, fixes testing submodules (????)

* restore previous version of conftest, with segfault fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* handle situation of non-available readline

* Update conftest.py

Co-authored-by: Naveen M K <naveen521kk@gmail.com>

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Naveen M K <naveen521kk@gmail.com>
2022-10-25 23:52:39 +02:00
Benjamin Hackl
18fe1e64a9
Debugging Windows CI Pipeline (#2983)
* run tests without xdist

* specifically run tests/opengl tests

* fix version of moderngl-window to <=2.4.1

* Revert "run tests without xdist"

This reverts commit 5d0d3e0264.

* Print info about OpenGL drivers

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Revert "Revert "run tests without xdist""

This reverts commit b6d2510c52.

* test

* test

* test

* test

* Revert "Revert "Revert "run tests without xdist"""

This reverts commit 3a15beeea2.

* Revert "specifically run tests/opengl tests"

This reverts commit a19809c349.

* test-arm: prefer currently active python

* Revert "fix version of moderngl-window to <=2.4.1"

This reverts commit ef9430712c.

* regenerate lockfile

* run module doctests with -v

* fixed config-leaking doctests

* ensure that correct pytest is run

* try to investigate segfault closer

* fixed pre-commit issue

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* pytest apparently does not run testsetup/testcleanup blocks, revert

* duplicate config import

* remove debug output from pipeline

* fixed doctests

Co-authored-by: Naveen M K <naveen521kk@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-10-10 01:07:57 +02:00
GameDungeon
daf23c9d10
Upgraded typehints (#2429)
* Future Annotations

* Delete template_twitter_post.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Apply suggestions from code review

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fixed broken RTD

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-01-20 12:26:21 +08:00
Naveen M K
6e4b02a4d1
Fix tests (#1571)
* Fix plugins test
cleanup a of code

* Try fixing `test_when_animation_is_cached` test

* Lint

* Isort

* Use ascii_lowercase for random strings

* mark test_when_animation_is_cached as xfail

* Fix formatting

* Use tempdir's for doctest also

* Format

* isort

* yield tmpdir
2021-05-26 21:51:51 +02:00