zopefoundation / RestrictedPython

A restricted execution environment for Python to run untrusted code.
http://restrictedpython.readthedocs.io/
Other
457 stars 38 forks source link

Revert "include tests in installed package (#232)" #233

Closed perrinjerome closed 1 year ago

perrinjerome commented 1 year ago

This reverts commit 84a5015efcb4ad510febefa66654ebc60473c10a and commit 48165265cba59e7ef9110f2a1646e0d9e706aea3.

RestrictedPython intentionally does not include tests anymore

See discussion on https://github.com/zopefoundation/RestrictedPython/issues/231 and https://github.com/zopefoundation/RestrictedPython/pull/232

perrinjerome commented 1 year ago

/cc @loechel

perrinjerome commented 1 year ago

/cc @d-maurer

icemac commented 1 year ago

I am currently working on linting the tests.

See #234 as my proposed solution.