mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Adjust unit test logic and add pip updates. (#10614)
Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7dcff3fe87
commit
8eb3001080
@@ -3,17 +3,17 @@ require 'buildsystems/pip'
|
||||
class Py3_tox < Pip
|
||||
description 'Command line driven CI frontend and development task automation tool.'
|
||||
homepage 'https://tox.readthedocs.io/'
|
||||
version "4.21.2-#{CREW_PY_VER}"
|
||||
version "4.22.0-#{CREW_PY_VER}"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'SKIP'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '575c592c6781acfdca0586a2b0b760fd6ef697461669c45fcdb1412ba49d377c',
|
||||
armv7l: '575c592c6781acfdca0586a2b0b760fd6ef697461669c45fcdb1412ba49d377c',
|
||||
i686: '01e51d11ed7e665792f12b4d9e1f08e9d29f6aa41f896d4f3341c5a4b3e59712',
|
||||
x86_64: 'e0999c9eda80d8717beaf3d7c7b2f325a8b1c3d445b153109179f518a7408894'
|
||||
aarch64: '57d71875a6c39c5f31c8342d8a817a391872d4bc0cab6fb6b0453f4f03cdb93f',
|
||||
armv7l: '57d71875a6c39c5f31c8342d8a817a391872d4bc0cab6fb6b0453f4f03cdb93f',
|
||||
i686: '0d9edcfd5169595486045b1dde09e326e0f68061514788bea5fd1b2e9f61908a',
|
||||
x86_64: '714cb3110dd3ce6dc975753bd3bf12deb123354be1a321349bf5439c96563a04'
|
||||
})
|
||||
|
||||
depends_on 'py3_py'
|
||||
|
||||
Reference in New Issue
Block a user