pytest-workaround-12888


Namepytest-workaround-12888 JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/getsentry/pytest-workaround-12888
Summaryforces an import of readline early in the process to work around pytest bug #12888
upload_time2025-01-15 18:08:56
maintainerNone
docs_urlNone
authorSentry
requires_python>=3.9
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pytest-workaround-12888
=======================

adds an `import readline` `.pth` file to trigger early import of readline

this works around [issue 12888]

[issue 12888]: https://github.com/pytest-dev/pytest/issues/12888

## installation

```bash
pip install pytest-workaround-12888
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/getsentry/pytest-workaround-12888",
    "name": "pytest-workaround-12888",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Sentry",
    "author_email": "oss@sentry.io",
    "download_url": "https://files.pythonhosted.org/packages/3e/3f/a1f7fab42df8fd9a40ed51b4633c642d9f2992de196af6074011ff4fe278/pytest_workaround_12888-1.0.0.tar.gz",
    "platform": null,
    "description": "pytest-workaround-12888\n=======================\n\nadds an `import readline` `.pth` file to trigger early import of readline\n\nthis works around [issue 12888]\n\n[issue 12888]: https://github.com/pytest-dev/pytest/issues/12888\n\n## installation\n\n```bash\npip install pytest-workaround-12888\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "forces an import of readline early in the process to work around pytest bug #12888",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/getsentry/pytest-workaround-12888"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5067300776db676c8604b8f6f2d2108e3ad67fe4739bf1290dd6e08bc6fa3001",
                "md5": "24cbc0c4c830a40e49e98e0fe4fd5e40",
                "sha256": "eacf051c4668958243339d06786efcbec7659cf2d2074942dc559b6f3090a811"
            },
            "downloads": -1,
            "filename": "pytest_workaround_12888-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "24cbc0c4c830a40e49e98e0fe4fd5e40",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5835,
            "upload_time": "2025-01-15T18:08:55",
            "upload_time_iso_8601": "2025-01-15T18:08:55.137580Z",
            "url": "https://files.pythonhosted.org/packages/50/67/300776db676c8604b8f6f2d2108e3ad67fe4739bf1290dd6e08bc6fa3001/pytest_workaround_12888-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e3fa1f7fab42df8fd9a40ed51b4633c642d9f2992de196af6074011ff4fe278",
                "md5": "a0f3b8827b32aa12353cb40874ecfcad",
                "sha256": "4f91f26279597c08b53370b84748575b25fd6a5515ad628ddfcc51fbd7497479"
            },
            "downloads": -1,
            "filename": "pytest_workaround_12888-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a0f3b8827b32aa12353cb40874ecfcad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 5604,
            "upload_time": "2025-01-15T18:08:56",
            "upload_time_iso_8601": "2025-01-15T18:08:56.411068Z",
            "url": "https://files.pythonhosted.org/packages/3e/3f/a1f7fab42df8fd9a40ed51b4633c642d9f2992de196af6074011ff4fe278/pytest_workaround_12888-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 18:08:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "getsentry",
    "github_project": "pytest-workaround-12888",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytest-workaround-12888"
}
        
Elapsed time: 0.47280s