Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rF8aU-008Uay-Qu for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Dec 2023 08:02:54 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rF8aS-007PmX-9d for pgadmin-hackers@arkaria.postgresql.org; Mon, 18 Dec 2023 08:02:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rF8aS-007PmP-0L for pgadmin-hackers@lists.postgresql.org; Mon, 18 Dec 2023 08:02:52 +0000 Received: from out-27.smtp.github.com ([192.30.252.210]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rF8aO-00Ay2i-Sa for pgadmin-hackers@lists.postgresql.org; Mon, 18 Dec 2023 08:02:50 +0000 Received: from github.com (hubbernetes-node-442bd11.ash1-iad.github.net [10.56.157.35]) by smtp.github.com (Postfix) with ESMTPA id BF918600491 for ; Mon, 18 Dec 2023 00:02:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1702886567; bh=ZtM3SmgmzivXiWqSESqQSUzHWpCUVCleqUhU6b+kTHM=; h=Date:From:To:Subject:From; b=Sgw31MId2VgJylVFUCBV7+MeemRNw7i5qzVFdDBY4mE0z/n+GjiuN1ppH5yIAbBrR /sf4Q1ZZH12y0Iusds7LceNwi09f8zmW0fOm0r6k630+XfMmpGMyIYyNApdcX7E8ok 7AU32yOna6Ln8gLr5eckJf58bzZtQxBv42BZgHUE= Date: Mon, 18 Dec 2023 00:02:47 -0800 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] adab65: Fixes for Python 3.12 compatibility: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: adab656a793f32585058087a3b469763d3bfbb90 https://github.com/pgadmin-org/pgadmin4/commit/adab656a793f32585058087a3b469763d3bfbb90 Author: Khushboo Vashi Date: 2023-12-18 (Mon, 18 Dec 2023) Changed paths: M pkg/linux/build-functions.sh M web/regression/requirements.txt Log Message: ----------- Fixes for Python 3.12 compatibility: - Upgrade testtools package - Use platstdlib instead of stdlib to get the path