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

Testing both py2/py3 in travis #439

Closed
wants to merge 3 commits into from
Closed

Testing both py2/py3 in travis #439

wants to merge 3 commits into from

Conversation

MartinBasti
Copy link
Contributor

@MartinBasti MartinBasti commented Feb 7, 2017

This is more or less for testing purposes of py2/py3 compatibility

@MartinBasti MartinBasti changed the title [Py3] tests: fix various bytes related issues in tests [WIP] [Py3] testing both py2/py3 in travis Feb 7, 2017
@MartinBasti MartinBasti added py3 WIP Work in progress - not ready yet for review labels May 25, 2017
@MartinBasti MartinBasti changed the title [WIP] [Py3] testing both py2/py3 in travis Testing both py2/py3 in travis May 25, 2017
freeipa.spec.in Outdated
@@ -17,11 +17,15 @@
%global with_ipatests_option --without-ipatests
%endif

%if 0%{?with_python3:1}
# with_python3 already defined
%else
Copy link
Contributor

Choose a reason for hiding this comment

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

You can make these three lines into one if you change the original condition to %if 0%{!?with_python3:1}

@stlaz
Copy link
Contributor

stlaz commented Jun 20, 2017

Otherwise LGTM

This is more or less for testing purposes of py2/py3 compatibility
We will testing both py2 and py3 packages, first step is use only py2
builds for testing py2 packages
This testconfig is temporary until all plugins are migrated into py3.
After that this temporal config file will be removed and used only the
previous one again
@MartinBasti MartinBasti removed the WIP Work in progress - not ready yet for review label Jun 20, 2017
@stlaz stlaz added the ack Pull Request approved, can be merged label Jun 20, 2017
@MartinBasti
Copy link
Contributor Author

master:

  • 4eec2f5 Build: allow to build only py2 rpms for fedora
  • 5fdd0a3 Travis: build only py2 packages for py2 testing
  • 172a2e7 Travis: enable temporary Py3 testing

@MartinBasti MartinBasti added the pushed Pull Request has already been pushed label Jun 20, 2017
@MartinBasti MartinBasti deleted the py2-only-build branch June 20, 2017 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants