Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
ce8c843e
Unverified
Commit
ce8c843e
authored
Jun 25, 2018
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Skip C extension test for Python <=3.4
parent
8f8bc089
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.appveyor.yml
+1
-3
tests/masonry/builders/test_complete.py
+1
-0
No files found.
.appveyor.yml
View file @
ce8c843e
...
...
@@ -4,10 +4,8 @@ environment:
PYTHONIOENCODING
:
"
UTF-8"
matrix
:
-
PYTHON
:
"
C:/Python27"
-
PYTHON
:
"
C:/Python27
-x64
"
-
PYTHON
:
"
C:/Python34-x64"
DISTUTILS_USE_SDK
:
"
1"
MSSdk
:
"
1"
-
PYTHON
:
"
C:/Python35-x64"
-
PYTHON
:
"
C:/Python36-x64"
...
...
tests/masonry/builders/test_complete.py
View file @
ce8c843e
...
...
@@ -33,6 +33,7 @@ def clear_samples_dist():
shutil
.
rmtree
(
str
(
dist
))
@pytest.mark.skipif
(
sys
.
platform
==
"win32"
and
sys
.
version_info
<=
(
3
,
4
))
def
test_wheel_c_extension
():
module_path
=
fixtures_dir
/
"extended"
builder
=
CompleteBuilder
(
Poetry
.
create
(
module_path
),
NullVenv
(
True
),
NullIO
())
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment