Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP, TST: remove gsd & add Python 2.7 to appveyor config #2093

Closed

Conversation

tylerjereddy
Copy link
Member

IIRC the need to "mock import" gsd was preventing us from building & testing MDAnalysis with Python 2.7 on Windows (gsd could be built but not actually used in 3.6, but not even built in 2.7 I think).

This follows up on #2090 to see if Appveyor is happy with Python 2.7 builds now.

@tylerjereddy
Copy link
Member Author

I guess that was a tad optimistic

@tylerjereddy tylerjereddy changed the title TST: remove gsd & add Python 2.7 to appveyor config WIP, TST: remove gsd & add Python 2.7 to appveyor config Oct 8, 2018
@codecov
Copy link

codecov bot commented Oct 22, 2018

Codecov Report

Merging #2093 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2093   +/-   ##
========================================
  Coverage    89.41%   89.41%           
========================================
  Files          159      159           
  Lines        18737    18737           
  Branches      2698     2698           
========================================
  Hits         16753    16753           
  Misses        1381     1381           
  Partials       603      603

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 80560da...aa72457. Read the comment docs.

@@ -29,6 +29,10 @@ environment:
PYTHON_ARCH: 64
MSVC_VERSION: "Visual Studio 10 Win64"

- PYTHON_VERSION: 2.7
PYTHON_ARCH: 64
MSVC_VERSION: "Visual Studio 10 Win64"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what motivated this change? if we want to support Python 2.7 on Windows we need to use older compilers and enforce C89 standard in our C source files I think. Maybe more trouble than it is worth though.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just playing spot the difference between the two builds and hoping it was a typo. I didn't realise we had fundamental problems like that.

@kain88-de
Copy link
Member

Did we decide to drop 2.7 for windows? We are not going for the windows build with 2.7 on conda-forge

@richardjgowers
Copy link
Member

@kain88-de it won't work atm as far as I know, if someone did a PR that fixed it then sure, so it's more a known issue than we've dropped 2.7 support on Windows

@tylerjereddy
Copy link
Member Author

We'd need to revert to C89 standard to get compilation working here so closing based on previous discussions.

@tylerjereddy tylerjereddy deleted the win_no_gsd_appveyor branch December 7, 2018 01:47
@bdice bdice mentioned this pull request Oct 30, 2019
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants