tox-no-deps


Nametox-no-deps JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummarySkip an installation of dependencies of tox test environments
upload_time2025-01-24 14:39:00
maintainerStanislav Levin
docs_urlNone
authorStanislav Levin
requires_python>=3.9
licenseMIT
keywords virtual environments isolated testing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tox-no-deps plugin ![CI](https://github.com/stanislavlevin/tox-no-deps/workflows/CI/badge.svg)

In network-isolated environments it's impossible to install anything from
Python package index and only globally installed packages can be used within tox
test environments.

This plugin skips an installation of dependencies of tox test environments:

- [deps](https://tox.wiki/en/latest/config.html#deps)
- [extras](https://tox.wiki/en/latest/config.html#extras)
- [dependency_groups](https://tox.wiki/en/latest/config.html#dependency_groups)

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

Usage
-----

```
tox --no-deps
```

License
-------

Distributed under the terms of the **MIT** license, `tox-no-deps` is
free and open source software.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tox-no-deps",
    "maintainer": "Stanislav Levin",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "virtual, environments, isolated, testing",
    "author": "Stanislav Levin",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f6/84/1d3b825ce511114a92010c37628cc9a92bf4550100cf6a59b60a8371c5e9/tox_no_deps-0.3.0.tar.gz",
    "platform": null,
    "description": "# tox-no-deps plugin ![CI](https://github.com/stanislavlevin/tox-no-deps/workflows/CI/badge.svg)\n\nIn network-isolated environments it's impossible to install anything from\nPython package index and only globally installed packages can be used within tox\ntest environments.\n\nThis plugin skips an installation of dependencies of tox test environments:\n\n- [deps](https://tox.wiki/en/latest/config.html#deps)\n- [extras](https://tox.wiki/en/latest/config.html#extras)\n- [dependency_groups](https://tox.wiki/en/latest/config.html#dependency_groups)\n\nThis is mostly used for testing purposes in ALTLinux during RPM build of Python\npackages to run integration tests against the repository packages.\n\nUsage\n-----\n\n```\ntox --no-deps\n```\n\nLicense\n-------\n\nDistributed under the terms of the **MIT** license, `tox-no-deps` is\nfree and open source software.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Skip an installation of dependencies of tox test environments",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/stanislavlevin/tox-no-deps",
        "Issues": "https://github.com/stanislavlevin/tox-no-deps/issues",
        "Repository": "https://github.com/stanislavlevin/tox-no-deps"
    },
    "split_keywords": [
        "virtual",
        " environments",
        " isolated",
        " testing"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e4841d0ddfe0f8208b8a6da0b5d266f16bb7d7c1505f2991146e56fa57c06d6",
                "md5": "fef355f36a9c81344bce6ef23ea9b6e0",
                "sha256": "1d25cb4648600e8af54b596eaffc9ef78a72350b0f160c5eec8ee56ec688dece"
            },
            "downloads": -1,
            "filename": "tox_no_deps-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fef355f36a9c81344bce6ef23ea9b6e0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3710,
            "upload_time": "2025-01-24T14:38:58",
            "upload_time_iso_8601": "2025-01-24T14:38:58.096163Z",
            "url": "https://files.pythonhosted.org/packages/3e/48/41d0ddfe0f8208b8a6da0b5d266f16bb7d7c1505f2991146e56fa57c06d6/tox_no_deps-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6841d3b825ce511114a92010c37628cc9a92bf4550100cf6a59b60a8371c5e9",
                "md5": "ac48219920f7ebb6a9a057a1b1b3546a",
                "sha256": "646529ae52ea42f3d9c46972b9205b5850ee5058c422e502ce3dfff298ab9946"
            },
            "downloads": -1,
            "filename": "tox_no_deps-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ac48219920f7ebb6a9a057a1b1b3546a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4801,
            "upload_time": "2025-01-24T14:39:00",
            "upload_time_iso_8601": "2025-01-24T14:39:00.074690Z",
            "url": "https://files.pythonhosted.org/packages/f6/84/1d3b825ce511114a92010c37628cc9a92bf4550100cf6a59b60a8371c5e9/tox_no_deps-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-24 14:39:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stanislavlevin",
    "github_project": "tox-no-deps",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "tox-no-deps"
}
        
Elapsed time: 1.73030s