pytest-dev / pytest-forked

extracted --boxed from pytest-xdist to ensure backward compat
MIT License
62 stars 21 forks source link

Tarball contains .pyc files #2

Closed swt2c closed 5 years ago

swt2c commented 7 years ago
$ tar -tvf pytest-forked-0.2.tar.gz | grep \.pyc
-rw-r--r-- rpfannsc/rpfannsc  819 2017-07-28 10:27 pytest-forked-0.2/testing/conftest.pyc
drwxrwxr-x rpfannsc/rpfannsc    0 2017-08-04 14:59 pytest-forked-0.2/testing/__pycache__/
-rw-rw-r-- rpfannsc/rpfannsc  961 2017-07-28 10:27 pytest-forked-0.2/testing/__pycache__/conftest.cpython-27-PYTEST.pyc
-rw-rw-r-- rpfannsc/rpfannsc  718 2017-07-28 10:45 pytest-forked-0.2/testing/__pycache__/conftest.cpython-36-PYTEST.pyc
-rw-rw-r-- rpfannsc/rpfannsc  769 2017-07-28 10:27 pytest-forked-0.2/testing/__pycache__/conftest.cpython-35-PYTEST.pyc
-rw-rw-r-- rpfannsc/rpfannsc 2480 2017-08-04 14:28 pytest-forked-0.2/testing/__pycache__/test_boxed.cpython-27-PYTEST.pyc
-rw-r--r-- rpfannsc/rpfannsc  611 2017-08-04 14:28 pytest-forked-0.2/testing/__pycache__/conftest.cpython-36.pyc
-rw-rw-r-- rpfannsc/rpfannsc 2076 2017-08-04 14:28 pytest-forked-0.2/testing/__pycache__/test_boxed.cpython-35-PYTEST.pyc
-rw-r--r-- rpfannsc/rpfannsc  652 2017-07-28 10:27 pytest-forked-0.2/testing/__pycache__/conftest.cpython-35.pyc
-rw-rw-r-- rpfannsc/rpfannsc 1923 2017-08-04 14:06 pytest-forked-0.2/testing/__pycache__/test_boxed.cpython-36-PYTEST.pyc
sahumada commented 5 years ago

which tarballs are these?

nicoddemus commented 5 years ago

This is no longer true for the latest release (1.0.2).

Thanks @sahumada for bringing this to attention. 👍