pytest-timeout¶
Summary¶
py.test plugin to abort hanging tests
Versions¶
- 1.0.0
License¶
MIT License
Meta¶
package:
name: pytest-timeout
version: "1.0.0"
source:
fn: pytest-timeout-1.0.0.tar.gz
url: https://pypi.python.org/packages/source/p/pytest-timeout/pytest-timeout-1.0.0.tar.gz
md5: f9f162bd079689980b5614673ddfdae4
# patches:
# List any patch files here
# - fix.patch
build:
# noarch_python: True
preserve_egg_dir: True
# entry_points:
# Put any entry points (scripts to be generated automatically) here. The
# syntax is module:function. For example
#
# - pytest-timeout = pytest-timeout:main
#
# Would create an entry point called pytest-timeout that calls pytest-timeout.main()
# If this is a new build for the same version, increment the build
# number. If you do not include this key, it defaults to 0.
# number: 1
requirements:
build:
- python
- setuptools
- pytest >=2.8.0
run:
- python
- setuptools
- pytest >=2.8.0
# test:
# Python imports
# imports:
# commands:
# You can put test commands to be run here. Use this to test that the
# entry points work.
# You can also put a file called run_test.py in the recipe that will be run
# at test time.
# requires:
# Put any additional test requirements here. For example
# - nose
about:
home: http://bitbucket.org/pytest-dev/pytest-timeout/
license: MIT License
summary: 'py.test plugin to abort hanging tests'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml