Skip to content

Conversation

@bastimeyer
Copy link
Member

@bastimeyer bastimeyer commented Oct 26, 2023

Fixes #5635

$ python -m build --sdist
...

$ python -m venv /tmp/venv
$ source /tmp/venv/bin/activate
$ bsdtar -xz -C /tmp/venv -f dist/streamlink-6.3.0+1.g6bc7ebd2.tar.gz

$ cd /tmp/venv/streamlink-6.3.0+1.g6bc7ebd2
$ pip install . -r dev-requirements.txt
...
$ pytest
...
$ echo $?
0

@bastimeyer bastimeyer merged commit 4ed3a86 into streamlink:master Oct 26, 2023
@bastimeyer bastimeyer deleted the build/fix-onbuild-test-in-sdist branch October 26, 2023 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test_sdist breaks with 6.3.0

1 participant