Skip to content

Commit

Permalink
Update to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Nov 27, 2017
1 parent d2e5f13 commit 9faa2fb
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pytest" %}
{% set version = "3.2.5" %}
{% set sha256 = "6d5bd4f7113b444c55a3bbb5c738a3dd80d43563d063fc42dcb0aaefbdd78b81" %}
{% set version = "3.3.0" %}
{% set sha256 = "6db1c070aa412c30647b6aeb13c55670f900cf00fbafa003cdde560c3f4a8d76" %}

package:
name: {{ name|lower }}
Expand All @@ -26,9 +26,11 @@ requirements:
run:
- python
- setuptools
- py >=1.4.33
- argparse # [py26]
- py >=1.5.0
- colorama # [win]
- six >=1.10.0
- attrs >=17.2.0
- pluggy >=0.5,<0.7

test:
commands:
Expand Down

0 comments on commit 9faa2fb

Please sign in to comment.