Skip to content

Tox plugin, which Installs console scripts of system site packages into Python virtual environment

License

Notifications You must be signed in to change notification settings

stanislavlevin/tox-console-scripts

Repository files navigation

tox-console-scripts plugin CI

It's possible to use system site packages within Python virtual environment, but there is no way to install console or gui scripts into such environment.

With the help of this plugin the corresponding scripts will be automatically generated for all of system site packages.

This is mostly used for testing purposes in ALTLinux during RPM build of Python packages to run integration tests against the repository packages.

Usage

The two possible options may be provided with:

  1. tox.ini configuration file
[testenv]
console_scripts = True
  1. command line option
tox --console-scripts

Note: both require sitepackages.

License

Distributed under the terms of the MIT license, tox-console-scripts is free and open source software.

About

Tox plugin, which Installs console scripts of system site packages into Python virtual environment

Resources

License

Stars

Watchers

Forks

Languages