Skip to content

txaio: 2.7.1 fixes #26224

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

Merged
merged 1 commit into from
May 30, 2017
Merged

txaio: 2.7.1 fixes #26224

merged 1 commit into from
May 30, 2017

Conversation

nand0p
Copy link
Contributor

@nand0p nand0p commented May 30, 2017

  • uses fetchpypi
  • fixes broken test
  • tested nixos python 27/34

- uses fetchpypi
- fixes broken test
- tested nixos python 27/34
@mention-bot
Copy link

@nand0p, thanks for your PR! By analyzing the history of the files in this pull request, we identified @lsix and @FRidh to be potential reviewers.

inherit pname version;
sha256 = "1lmllmjjsqzl3w4faq2qhlgkaqn1yn1m7d99k822ib7qgz18bsly";
};

buildInputs = [ pytest mock ];
Copy link
Member

Choose a reason for hiding this comment

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

checkInputs preferably

propagatedBuildInputs = [ six twisted ];

patchPhase = ''
Copy link
Member

@FRidh FRidh May 30, 2017

Choose a reason for hiding this comment

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

if you override the patchPhase, you remove the test runner. Use postPatch here instead because you patch code. (Somehow I keep reading checkPhase instead of patchPhase...)

@FRidh FRidh merged commit 165c116 into NixOS:master May 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants