You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2021/11/01 08:46:54 UTC

[buildstream] branch juerg/fedora35 created (now 89248f8)

This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch juerg/fedora35
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 89248f8  tox.ini: don't use binary wheel for grpcio

This branch includes the following new commits:

     new 89248f8  tox.ini: don't use binary wheel for grpcio

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[buildstream] 01/01: tox.ini: don't use binary wheel for grpcio

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/fedora35
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 89248f82717d0d604f0b8ee3df7fa964d2e7fb12
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Mon Nov 1 09:45:55 2021 +0100

    tox.ini: don't use binary wheel for grpcio
---
 tox.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 6796c5e..d35df5a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -33,7 +33,7 @@ commands_post:
     py{36,37,38,39,310}-!nocover: mkdir -p .coverage-reports
     py{36,37,38,39,310}-!nocover: mv {envtmpdir}/.coverage {toxinidir}/.coverage-reports/.coverage.{env:COVERAGE_PREFIX:}{envname}
 deps =
-    py{36,37,38,39,310}: -rrequirements/requirements.txt
+    py{36,37,38,39,310}: -rrequirements/requirements.txt --no-binary grpcio
     py{36,37,38,39,310}: -rrequirements/dev-requirements.txt
 
     # Install local sample plugins for testing pip plugin origins