Package python-module-pytest: Information

    Source package: python-module-pytest
    Version: 3.0.5-alt2.M80C.1
    Build time:  Mar 25, 2019, 03:30 PM in the task #223559
    Report package bug
    License: MIT
    Summary: py.test, a simple and popular testing tool for Python
    Description: 
    py.test is a command line tool to collect, run and report about
    automated tests. It runs well on Linux, Windows and OSX and on Python
    2.4 through to 3.1 versions. It is used in many projects, ranging from
    running 10 thousands of tests to a few inlined tests on a command line
    script. As of version 1.2 you can also generate a
    no-dependency py.test-equivalent standalone script that you can
    distribute along with your application.
    
    Install pytest package if you need the extra /usr/bin/pytest executable
    in addition to the usual /usr/bin/py.test.

    List of rpms provided by this srpm:
    pytest (noarch)
    pytest3 (noarch)
    python-module-pytest (noarch)
    python-module-pytest-docs (noarch)
    python-module-pytest-pickles (noarch)
    python3-module-pytest (noarch)



      1. python3-module-hypothesis
      2. python3-module-setuptools
      3. rpm-build-python
      4. rpm-build-python3
      5. rpm-macros-sphinx
      6. python-module-alabaster
      7. python-module-docutils
      8. python-module-html5lib
      9. python-module-hypothesis
      10. python-module-objects.inv
      11. python-module-py
      12. python-module-setuptools

    Last changed


    Feb. 27, 2019 Lenar Shakirov 3.0.5-alt2.M80C.1
    - Backport to C8.1
    Jan. 26, 2017 Ivan Zakharyaschev 3.0.5-alt3
    - %check: enabled Python3 tests.
    Jan. 26, 2017 Ivan Zakharyaschev 3.0.5-alt2
    - Separate packages for the extra /usr/bin/pytest* to track their
      users (ALT#33028).
    - /usr/bin/py.test3 - Avoid dep on minor version of python3 in the filename:
      + no need to rebuild with the change of python3's minor version;
      + no need for python3 to preprocess the .spec.
    - (.spec) BuildPreReq for manually written build deps.
    - (.spec) put Requires before any specs how to build (they are
      externally visible).
    - (.spec) A bit safer scripting.
    - (.spec) more %if_with python3 (to avoid unwanted calls to python3;
      just in case).