Skip to content

build: fix onbuild test in sdist #5636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

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