{ "info": { "author": "Anthony Shaw", "author_email": "anthonyshaw@apache.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Pytest", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing" ], "description": "=====================\npytest-azurepipelines\n=====================\n\n.. image:: https://dev.azure.com/AnthonyShaw/pytest-azurepipelines/_apis/build/status/tonybaloney.pytest-azurepipelines?branchName=master\n :target: https://dev.azure.com/AnthonyShaw/pytest-azurepipelines/_build/latest?definitionId=3?branchName=master\n :alt: Build status\n\n.. image:: https://img.shields.io/pypi/v/pytest-azurepipelines.svg\n :target: https://pypi.org/project/pytest-azurepipelines\n :alt: PyPI version\n\n.. image:: https://img.shields.io/pypi/pyversions/pytest-azurepipelines.svg\n :target: https://pypi.org/project/pytest-azurepipelines\n :alt: Python versions\n\n.. image:: https://img.shields.io/pypi/dm/pytest-azurepipelines.svg\n :target: https://pypi.python.org/pypi/pytest-azurepipelines/\n :alt: PyPI download month\n\nMaking Pytest easier to use with Microsoft Azure Pipelines.\n\nJust run pytest with this plugin and see your test results in the Azure Pipelines UI!\n\n----\n\nFeatures:\n\n* Formats the PyTest output to show test docstrings and module names instead of just test case names in the Azure Pipelines UI.\n* Overloads the `--junit-xml` flag on execution with a default value\n* Uploads test results automatically, no need for a seperate test results upload command\n* Displays the number of failed tests if there were failures as an error message in the UI\n* Automatically formats code coverage and uploads coverage data if pytest-cov is installed\n* Supports running inside a Docker container and automatically uploads test results\n\n.. image:: https://github.com/tonybaloney/pytest-azurepipelines/raw/master/screenshot.png\n :width: 600px\n :align: center\n\nInstallation\n------------\n\nYou can install \"pytest-azurepipelines\" via `pip`_ from `PyPI`_::\n\n $ pip install pytest-azurepipelines\n\nUsage\n-----\n\nThis plugin requires no configuration.\n\nHere is an example of installing the plugin and running the tests.\n\n.. code-block:: yaml\n\n - script: |\n python -m pip install --upgrade pip\n pip install pytest pytest-azurepipelines\n pip install -e .\n displayName: 'Install dependencies'\n\n - script: |\n python -m pytest tests/\n displayName: 'pytest'\n\nIf you want to change the Azure Pipelines \"Test Run Title\", you can provide the `--test-run-title` flag with the run title.\n\n.. code-block:: yaml\n\n - script: |\n pip install pytest pytest-azurepipelines\n pytest tests/ --test-run-title=\"Windows Test with junitxml\"\n displayName: 'pytest with junitxml flag'\n\nIf you have long docstrings in your functions and want them to be shortened, you can use the `--napoleon-docstrings` flag:\n\n.. code-block:: yaml\n\n - script: |\n pip install pytest pytest-azurepipelines\n pytest tests/ --test-run-title=\"Windows Test with junitxml\" --napoleon-docstrings\n\n\nUsing the automatic code coverage upload\n----------------------------------------\n\nFrom version 0.6.0, pytest will upload successful coverage data into a format that Azure supports and package\nthe htmlcov directory into a ZIP file as an artifact for the build.\n\nTo use this feature, add the `--cov` flag with (optional, but required) path to your code files and also ensure you add `--cov-report html` as an option.\n\n.. code-block:: yaml\n\n - script: |\n pip install pytest pytest-azurepipelines pytest-cov\n pytest tests/ --cov my_project --cov-report html\n\nTo disable coverage upload, use the `--no-coverage-upload` flag.\n\nRunning in Docker\n-----------------\n\nThe plugin automatically detects when running inside a docker\ncontainer. It will apply\nthe mappings to the path to report them back to Azure Pipelines using the path\nfrom the host that has been bind mounted to the docker container. \n\nNo configuration is required if bind mounting is\nused to the path the pytest output is written to. Also ensure the files are\nwritten using an account the host has access to, this can be done by supplying\nthe user and group of the host account to the run command.\n\n.. code-block:: bash\n\n docker run --user \"$(id -u):$(id -g)\" ...\n\nTo disable docker discovery, use the `--no-docker-discovery` flag.\n\nContributing\n------------\n\nContributions are very welcome. \n\nLicense\n-------\n\nDistributed under the terms of the MIT license, \"pytest-azurepipelines\" is free and open source software\n\n\nIssues\n------\n\nIf you encounter any problems, please `file an issue`_ along with a detailed description.\n\n.. _`Apache Software License 2.0`: http://www.apache.org/licenses/LICENSE-2.0\n.. _`cookiecutter-pytest-plugin`: https://github.com/pytest-dev/cookiecutter-pytest-plugin\n.. _`file an issue`: https://github.com/tonybaloney/pytest-azurepipelines/issues\n.. _`pytest`: https://github.com/pytest-dev/pytest\n.. _`tox`: https://tox.readthedocs.io/en/latest/\n.. _`pip`: https://pypi.org/project/pip/\n.. _`PyPI`: https://pypi.org/project\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tonybaloney/pytest-azurepipelines", "keywords": "", "license": "MIT", "maintainer": "Anthony Shaw", "maintainer_email": "anthonyshaw@apache.org", "name": "pytest-azurepipelines", "package_url": "https://pypi.org/project/pytest-azurepipelines/", "platform": "", "project_url": "https://pypi.org/project/pytest-azurepipelines/", "project_urls": { "Homepage": "https://github.com/tonybaloney/pytest-azurepipelines" }, "release_url": "https://pypi.org/project/pytest-azurepipelines/0.8.0/", "requires_dist": [ "pytest (>=3.5.0)" ], "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "summary": "Formatting PyTest output for Azure Pipelines UI", "version": "0.8.0" }, "last_serial": 5758674, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "32bcc6cf275d0713ad3ab299ad013811", "sha256": "78e59a9685f5a9addfbb4979690aaf56cd5efe27b84256187060b7e25549e153" }, "downloads": -1, "filename": "pytest_azurepipelines-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "32bcc6cf275d0713ad3ab299ad013811", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3778, "upload_time": "2019-01-19T00:25:33", "url": "https://files.pythonhosted.org/packages/40/74/5aa767d09ce3eafad38471c4651b0310f6c91830f12fe956633cf4984d00/pytest_azurepipelines-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5b0adc152c4e91859eb80cf48deb913", "sha256": "a42ceb4581641f5abf0300e5fb50c03309b6a028190d32149db40ef1117a99f0" }, "downloads": -1, "filename": "pytest-azurepipelines-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f5b0adc152c4e91859eb80cf48deb913", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3385, "upload_time": "2019-01-19T00:25:36", "url": "https://files.pythonhosted.org/packages/1d/fa/58c17fb3616bf5a47065c26297634b82ed1baa40cae763b7f9fe69c0c132/pytest-azurepipelines-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "455023299195e0ad6e67885dfb37a833", "sha256": "fa3b3566b90991d14b533b6fb866edeac1238e08555c5787993f488dd2abcaf6" }, "downloads": -1, "filename": "pytest_azurepipelines-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "455023299195e0ad6e67885dfb37a833", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4061, "upload_time": "2019-01-19T00:58:10", "url": "https://files.pythonhosted.org/packages/b5/6e/029aebe88cec19b7881577903cd37122c1922535845f3e998fbc0166e01b/pytest_azurepipelines-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1a3d6b697053978f50eb0cc49d7b6f6e", "sha256": "9b78fe13003c611c5422fd00bbc7eaf9067bb0d44a72e9db8f645fdef0ebb11d" }, "downloads": -1, "filename": "pytest-azurepipelines-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1a3d6b697053978f50eb0cc49d7b6f6e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 3717, "upload_time": "2019-01-19T00:58:11", "url": "https://files.pythonhosted.org/packages/3f/7f/39b8b3ec6239962bb5cb128a4cd88ed71f3a1ab4225529cf232df91dd14d/pytest-azurepipelines-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f63e309c4afb0a38a7b0f14f07323c10", "sha256": "282292e7ee3aeaa3188395e3ece25c5e31037d26349bae06d9f99c246d1492f3" }, "downloads": -1, "filename": "pytest_azurepipelines-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f63e309c4afb0a38a7b0f14f07323c10", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4625, "upload_time": "2019-01-24T08:31:32", "url": "https://files.pythonhosted.org/packages/0b/30/4bbb926c0b08bf3760a3de50dccc184477b22763eeb54187995dee3a13d5/pytest_azurepipelines-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8fbec0a40b2cb23441166d81bef072f3", "sha256": "84b0d99f0740a64ca71196d8e1501a095cb5dc73f89c68ed41d3a3fa46fddd9f" }, "downloads": -1, "filename": "pytest-azurepipelines-0.2.0.tar.gz", "has_sig": false, "md5_digest": "8fbec0a40b2cb23441166d81bef072f3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4279, "upload_time": "2019-01-24T08:31:34", "url": "https://files.pythonhosted.org/packages/7d/bc/40cd2acde14d591e72f51f96cf95dbd40260f44d315bcd53af9517c53a67/pytest-azurepipelines-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "2c6b21b5cafec2a9b4b96b53d5411c44", "sha256": "e7122f2d9e50fb91ae4d3bb7db4766166b747322e407ab08ba3821d1f8347af4" }, "downloads": -1, "filename": "pytest_azurepipelines-0.3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "2c6b21b5cafec2a9b4b96b53d5411c44", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4743, "upload_time": "2019-01-25T10:15:35", "url": "https://files.pythonhosted.org/packages/1b/9c/c5d5ee4908a90ab250f2cdb4c1cd52d1caacf3fa94b0efd182fccf33b6a6/pytest_azurepipelines-0.3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ead1d4411d35ee0f747183332464ffd0", "sha256": "0deee17f25c0d891ba20933494fe492d09dca22b1de38d557f747065cd68d845" }, "downloads": -1, "filename": "pytest-azurepipelines-0.3.0.tar.gz", "has_sig": false, "md5_digest": "ead1d4411d35ee0f747183332464ffd0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4397, "upload_time": "2019-01-25T10:15:36", "url": "https://files.pythonhosted.org/packages/4f/09/710658feeda6b7395bf4d88f5fda243299cedc2f1f21e1086df5823b6f54/pytest-azurepipelines-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "94b6754bd78dc9f86abb197e48bbadc4", "sha256": "22043a45274a62a956cb8a6cabf8932562b790f2512483d42516931a17164592" }, "downloads": -1, "filename": "pytest_azurepipelines-0.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "94b6754bd78dc9f86abb197e48bbadc4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4709, "upload_time": "2019-02-03T05:02:32", "url": "https://files.pythonhosted.org/packages/21/41/ed396d9bb8f34479bfa03e04e74c71755aa2d4c36911f06977f998faecf0/pytest_azurepipelines-0.4.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "26d7696055e5896c8f63b4168928c2fb", "sha256": "735376a7c930e7d8950cafd3f2c43b20cbee3046298f82f2ad39146746e7f123" }, "downloads": -1, "filename": "pytest-azurepipelines-0.4.0.tar.gz", "has_sig": false, "md5_digest": "26d7696055e5896c8f63b4168928c2fb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4373, "upload_time": "2019-02-03T05:02:33", "url": "https://files.pythonhosted.org/packages/1a/e9/b8bc372fc63ab5fb77848c467bc731d53e7635e40ffb1e8ae55b2614e56a/pytest-azurepipelines-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "55fb7977e02c5ac35fba502a11e31b06", "sha256": "75f730ce143a73c9639d22cd0a70b8760aa3200d6f5b920cad8dc852ea753a8f" }, "downloads": -1, "filename": "pytest_azurepipelines-0.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "55fb7977e02c5ac35fba502a11e31b06", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4955, "upload_time": "2019-03-03T08:51:08", "url": "https://files.pythonhosted.org/packages/73/29/3583c3f5857f323fcbca9604025c3b8b2f09114039fd88fbc7cf04e74c63/pytest_azurepipelines-0.5.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "010a8d2c352d046b7fa4d38ffc36ca94", "sha256": "43eb4ede8c772798a083936183808bc58e35ded9a1a9412b44b83c54c47ca8b9" }, "downloads": -1, "filename": "pytest-azurepipelines-0.5.0.tar.gz", "has_sig": false, "md5_digest": "010a8d2c352d046b7fa4d38ffc36ca94", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4626, "upload_time": "2019-03-03T08:51:09", "url": "https://files.pythonhosted.org/packages/c5/05/4ac1571abce74fffdcfdb3344de5f25d9e22378dcf21a39b2ee2260380b5/pytest-azurepipelines-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "eab123d06c9a8d6d88e661ffd3ab8d6e", "sha256": "71ad8d0c058800639951b3cefc9201b1df6790342a0982029b19631aea01d11a" }, "downloads": -1, "filename": "pytest_azurepipelines-0.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "eab123d06c9a8d6d88e661ffd3ab8d6e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5461, "upload_time": "2019-03-04T02:19:35", "url": "https://files.pythonhosted.org/packages/18/cd/5931a8f4fa228086a2dd0459226c72fee79f4877249859f48a1a5266a8fc/pytest_azurepipelines-0.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "99dc956d5ddfca2753f964d17e4acc69", "sha256": "0df7ee37f2283e8e17059996b7269b882ed682c3921f1590cfd440c6a3bd40a0" }, "downloads": -1, "filename": "pytest-azurepipelines-0.6.0.tar.gz", "has_sig": false, "md5_digest": "99dc956d5ddfca2753f964d17e4acc69", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5166, "upload_time": "2019-03-04T02:19:36", "url": "https://files.pythonhosted.org/packages/90/83/b3c08b22dbdd482797c52d09e778cd411230902f33253cd362794dc1e8a9/pytest-azurepipelines-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "a2148cc6cefbfe3e41e376d570beb594", "sha256": "4aab076d0c489871b0850d4693ecc9e3c9fed77be060567ba2ca32d3b3581943" }, "downloads": -1, "filename": "pytest_azurepipelines-0.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a2148cc6cefbfe3e41e376d570beb594", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5442, "upload_time": "2019-06-27T05:45:27", "url": "https://files.pythonhosted.org/packages/c6/44/df72430e52e37bf33cb35199ca631ca5cfe5d27595c8c0ec5d318b9a7461/pytest_azurepipelines-0.7.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5552e2e58a5415cbe9b0943808737e86", "sha256": "21b70d4283f2ccae06fdb7d461ec4652592b83c7e9978515491e0262d3cdfd0c" }, "downloads": -1, "filename": "pytest-azurepipelines-0.7.0.tar.gz", "has_sig": false, "md5_digest": "5552e2e58a5415cbe9b0943808737e86", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5158, "upload_time": "2019-06-27T05:45:29", "url": "https://files.pythonhosted.org/packages/db/cd/93793b43c58dae24806c43d030caf2d8c968d8454bf5360c461cab4003ed/pytest-azurepipelines-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "d2fd596e0a677f3dc29cafbcd546b2d3", "sha256": "38b841a90e88d1966715966d7ea35619ed710386138a6a0b8fb5954c991ca4f1" }, "downloads": -1, "filename": "pytest_azurepipelines-0.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d2fd596e0a677f3dc29cafbcd546b2d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6208, "upload_time": "2019-07-06T22:50:43", "url": "https://files.pythonhosted.org/packages/33/6c/ed9e46adb9c76296351d27fda52d5664b883cda8a281292657a9a7345d88/pytest_azurepipelines-0.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2753450045b43c122c52fc4cb785ede3", "sha256": "944ae2c0790b792d123aa7312fe307bc35214dd26531728923ae5085a1d1feab" }, "downloads": -1, "filename": "pytest-azurepipelines-0.8.0.tar.gz", "has_sig": false, "md5_digest": "2753450045b43c122c52fc4cb785ede3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6014, "upload_time": "2019-07-06T22:50:45", "url": "https://files.pythonhosted.org/packages/df/38/0cf6314cbb6baeee82bf2e33a3b5f088c4009eca80e30424d0658a37defb/pytest-azurepipelines-0.8.0.tar.gz" } ], "1.0.0a1": [ { "comment_text": "", "digests": { "md5": "4dfc0905b99007f85a4026dbc56020d5", "sha256": "0709ff018905144d221b64348e1b078a9ae10b2e2c2fb258bc6a196d1ee389d0" }, "downloads": -1, "filename": "pytest_azurepipelines-1.0.0a1-py2-none-any.whl", "has_sig": false, "md5_digest": "4dfc0905b99007f85a4026dbc56020d5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5976, "upload_time": "2019-07-16T07:01:28", "url": "https://files.pythonhosted.org/packages/cb/64/403fb9254687ca734466ac64ca86b4d0e6fd897a936751aa75f9e202b41b/pytest_azurepipelines-1.0.0a1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b0fee4da88052721b559cc9ea5c9f9e2", "sha256": "35d55049dd9c62d0a16e48472d2c57643bedaf66420deda181c729ecc67fa756" }, "downloads": -1, "filename": "pytest-azurepipelines-1.0.0a1.tar.gz", "has_sig": false, "md5_digest": "b0fee4da88052721b559cc9ea5c9f9e2", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 5698, "upload_time": "2019-07-16T07:01:30", "url": "https://files.pythonhosted.org/packages/92/0d/8e03eae7141da6f37d8bc2502fb2b669db26f63c6d7f220895b0da2a9098/pytest-azurepipelines-1.0.0a1.tar.gz" } ], "1.0.0a2": [ { "comment_text": "", "digests": { "md5": "d69e58eeebb572b8597765adc0608984", "sha256": "0c23dd345c38e1b33451e99cfb68c6da25b0d50392e8f3e81aed84db31296402" }, "downloads": -1, "filename": "pytest_azurepipelines-1.0.0a2-py2-none-any.whl", "has_sig": false, "md5_digest": "d69e58eeebb572b8597765adc0608984", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6526, "upload_time": "2019-08-30T06:44:41", "url": "https://files.pythonhosted.org/packages/8f/dc/266bf5c66a5054a85c7ad3ed82c6890055745810b5c89ff73deadecaf3a4/pytest_azurepipelines-1.0.0a2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "31f82b38fcc43b395f726cf56f369af5", "sha256": "7910f3db8e2e4516690e602c6c88a0abc0fbb93080d93f6fd2f5cbe9d5c24cad" }, "downloads": -1, "filename": "pytest-azurepipelines-1.0.0a2.tar.gz", "has_sig": false, "md5_digest": "31f82b38fcc43b395f726cf56f369af5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6328, "upload_time": "2019-08-30T06:44:43", "url": "https://files.pythonhosted.org/packages/44/a5/ea68cf8b1231c3c94cff9af67ae5ec963fd24abfef0575585829317b6ca4/pytest-azurepipelines-1.0.0a2.tar.gz" } ], "1.0.0rc1": [ { "comment_text": "", "digests": { "md5": "95ae7e4e2c7ab4eb7ea0348427dac9c8", "sha256": "3eaced3c9cb8094ceb2b618ef702bf270451e20f609f1a3257a8e4b2b41a6bd7" }, "downloads": -1, "filename": "pytest_azurepipelines-1.0.0rc1-py2-none-any.whl", "has_sig": false, "md5_digest": "95ae7e4e2c7ab4eb7ea0348427dac9c8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6540, "upload_time": "2019-08-30T06:56:38", "url": "https://files.pythonhosted.org/packages/f3/96/12bbc8f1f7454a7b74cf5e7d2bfb446b95eb3362046a76e95a6a7a495e43/pytest_azurepipelines-1.0.0rc1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2aa30af92bf8cff1cb5cbe0555be9203", "sha256": "12512398793abe860eb24c26baab07d356bcb9c24361d64a74767aff8d75cdad" }, "downloads": -1, "filename": "pytest-azurepipelines-1.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "2aa30af92bf8cff1cb5cbe0555be9203", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6327, "upload_time": "2019-08-30T06:56:40", "url": "https://files.pythonhosted.org/packages/5a/67/b02f7c44272ef0a03445b02d0f5c26263b061643a67bace3198e48c19f06/pytest-azurepipelines-1.0.0rc1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d2fd596e0a677f3dc29cafbcd546b2d3", "sha256": "38b841a90e88d1966715966d7ea35619ed710386138a6a0b8fb5954c991ca4f1" }, "downloads": -1, "filename": "pytest_azurepipelines-0.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d2fd596e0a677f3dc29cafbcd546b2d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6208, "upload_time": "2019-07-06T22:50:43", "url": "https://files.pythonhosted.org/packages/33/6c/ed9e46adb9c76296351d27fda52d5664b883cda8a281292657a9a7345d88/pytest_azurepipelines-0.8.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2753450045b43c122c52fc4cb785ede3", "sha256": "944ae2c0790b792d123aa7312fe307bc35214dd26531728923ae5085a1d1feab" }, "downloads": -1, "filename": "pytest-azurepipelines-0.8.0.tar.gz", "has_sig": false, "md5_digest": "2753450045b43c122c52fc4cb785ede3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 6014, "upload_time": "2019-07-06T22:50:45", "url": "https://files.pythonhosted.org/packages/df/38/0cf6314cbb6baeee82bf2e33a3b5f088c4009eca80e30424d0658a37defb/pytest-azurepipelines-0.8.0.tar.gz" } ] }