manim/tests
Viicos 61a2d05b69
Update dependency constraints, fix deprecation warnings (#3376)
* WIP: Update metadata

* Finish removing upper bounds

Drop requests dependency, use urllib instead
order depencencies

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

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

* Fix issues on 3.12

* Order dev dependencies

* Update most dev deps, update lint config

* Add missing import

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

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

* trigger CI

* More deprecation fixes

* Missing argument

* Deprecation fixes, again

* Use older xdist to fix test flakyness

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-06 14:44:13 +01:00
..
control_data Fix bug introduced in Tex rendering via #2574 (#2587) 2022-03-05 22:28:01 +00:00
helpers Convert all types of parameters in docstrings to proper type annotations (#2988) 2022-11-10 07:17:21 +01:00
interface bump dependencies -- see #3241 (#3433) 2023-11-03 19:39:18 +01:00
miscellaneous Update dependency constraints, fix deprecation warnings (#3376) 2023-12-06 14:44:13 +01:00
module Added ability to remove non-svg LaTeX files (#3322) 2023-11-04 15:05:17 +01:00
opengl Update dependency constraints, fix deprecation warnings (#3376) 2023-12-06 14:44:13 +01:00
test_graphical_units Optimized get_unit_normal() and replaced np.cross() with custom cross() in manim.utils.space_ops (#3494) 2023-12-06 14:40:10 +01:00
test_logging Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00
test_plugins Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00
test_scene_rendering Update dependency constraints, fix deprecation warnings (#3376) 2023-12-06 14:44:13 +01:00
utils Removed unused `GraphicalUnitTester` (#3054) 2022-11-30 22:10:13 +01:00
__init__.py CI: Add support for using Opengl in Subprocess (Windows) (#1987) 2021-08-31 13:16:20 +01:00
assert_utils.py Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00
conftest.py Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00
standard_config.cfg Add OpenGLMobject tests (#2080) 2021-09-28 07:47:06 +08:00
template_generate_graphical_units_data.py Upgraded typehints (#2429) 2022-01-20 12:26:21 +08:00
test_camera.py Allow using :meth:.MovingCamera.auto_zoom without animation (#2693) 2022-04-22 23:07:52 +02:00
test_code_mobject.py Fix Code mobject wrong indentation (#2725) 2022-05-23 21:05:54 +00:00
test_config.py Fixed `CLI.tex_template_file` config file setting (#2992) 2022-11-02 22:52:20 +00:00
test_ipython_magic.py Migrate more os.path to pathlib in tests (#2991) 2022-10-26 19:51:38 +02:00
test_linear_transformation_scene.py Allow accessing ghost vectors in :class:.LinearTransformationScene (#3435) 2023-11-19 09:20:59 +01:00