streamlink/build_backend
Alexis Murzeau a906592274 tests: fix test_onbuild when executed from build directory
When executing tests from the build directory (generated by bdist),
the location of the Streamlink source is directly at the root directory
and not in a `src` subdirectory.

This is what Debian does when building python packages to ensure newly
built files are tested instead of source files.
2024-04-10 01:35:44 +02:00
..
__init__.py build: override setuptools build backend 2023-09-18 13:50:20 +02:00
commands.py build: build and include plugins JSON in wheels 2024-02-14 13:26:18 +01:00
onbuild.py build: add support for versioningit >=3.0.0 2023-12-14 05:17:18 +01:00
plugins_json.py build: implement plugins_json.py script 2024-02-14 13:26:18 +01:00
test_build_backend.py build: override setuptools build backend 2023-09-18 13:50:20 +02:00
test_onbuild.py tests: fix test_onbuild when executed from build directory 2024-04-10 01:35:44 +02:00
test_plugins_json.py build: implement plugins_json.py script 2024-02-14 13:26:18 +01:00