Skip to content

Commit

Permalink
Merge pull request #15 from ccordoba12/pin-winpty
Browse files Browse the repository at this point in the history
Pin winpty to a working mingw build
  • Loading branch information
ccordoba12 authored May 24, 2018
2 parents 576e18d + acce3ab commit d3428c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ package:
version: {{ version }}

source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ hash }}

build:
number: 0
number: 1
skip: True # [not win]

requirements:
Expand All @@ -34,7 +33,8 @@ requirements:

test:
imports:
- winpty
# It hangs in Python 2
- winpty # [not py2k]

about:
home: https://github.com/spyder-ide/pywinpty
Expand Down

0 comments on commit d3428c4

Please sign in to comment.